diff options
author | 2004-08-23 14:33:34 +0000 | |
---|---|---|
committer | 2004-08-23 14:33:34 +0000 | |
commit | 13c22a47fcf00f640ef835e30b1910d094d6287f (patch) | |
tree | 43de22206498feb3e5ce3df6d9af5e7f9f25bfd9 | |
parent | switch to non-emulation cd booting (diff) | |
download | wireguard-openbsd-13c22a47fcf00f640ef835e30b1910d094d6287f.tar.xz wireguard-openbsd-13c22a47fcf00f640ef835e30b1910d094d6287f.zip |
pefo is a tree breaker
-rw-r--r-- | sys/arch/sgi/stand/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/stand/Makefile b/sys/arch/sgi/stand/Makefile index d93e9f212da..fccce846c6e 100644 --- a/sys/arch/sgi/stand/Makefile +++ b/sys/arch/sgi/stand/Makefile @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2004/08/23 14:22:40 pefo Exp $ +# $OpenBSD: Makefile,v 1.3 2004/08/23 14:33:34 deraadt Exp $ +.if ${MACHINE} == "sgi" SUBDIR= libsa libkern libz boot sgivol +.endif .include <bsd.subdir.mk> |