diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-23 14:33:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-23 14:33:35 +0000 |
commit | 4b1554d5505576be0982e448c6c89391d283ad08 (patch) | |
tree | 4535f5e0ea462b05684bdb9adb1e7defd67f8072 | |
parent | f0d476b9e6adfed309557a4411fdb5c8ebccd9cc (diff) |
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> |