diff options
Diffstat (limited to 'sys/arch/mvmeppc/stand/Makefile')
-rw-r--r-- | sys/arch/mvmeppc/stand/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/mvmeppc/stand/Makefile b/sys/arch/mvmeppc/stand/Makefile new file mode 100644 index 00000000000..e88a919c8ab --- /dev/null +++ b/sys/arch/mvmeppc/stand/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 2001/06/26 21:57:58 smurph Exp $ +#.if ${MACHINE} == "mvmeppc" + +SUBDIR= bugcrt libbug libsa libz bootsd bootxx bootst tftpboot +#sboot XXX future +#.endif + +SUBDIR+=installboot + +.include <bsd.subdir.mk> |