diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-25 20:36:11 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-25 20:36:11 +0000 |
commit | bba5062a0f67429df29604b3ecea4a4ff94f558b (patch) | |
tree | aaba9798757251e807f5660e6aa79baec0e52502 /sys/arch | |
parent | 1d6bd2a5e26a2ecdf576c8e54cf4ea36db46d6b1 (diff) |
Do not enter/compile installboot on mvmeppc yet - this code is not
ready yet.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvmeppc/stand/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvmeppc/stand/Makefile b/sys/arch/mvmeppc/stand/Makefile index e88a919c8ab..321282d76d2 100644 --- a/sys/arch/mvmeppc/stand/Makefile +++ b/sys/arch/mvmeppc/stand/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/06/26 21:57:58 smurph Exp $ -#.if ${MACHINE} == "mvmeppc" +# $OpenBSD: Makefile,v 1.2 2001/08/25 20:36:10 miod Exp $ +.if ${MACHINE} == "mvmeppc" SUBDIR= bugcrt libbug libsa libz bootsd bootxx bootst tftpboot #sboot XXX future -#.endif +.endif -SUBDIR+=installboot +#SUBDIR+=installboot .include <bsd.subdir.mk> |