diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-21 17:41:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-21 17:41:39 +0000 |
commit | 3734df446df8c49d32db9b9867c57ed84b8a4e92 (patch) | |
tree | 1a44dbcbdb3b1aef60b32a552e5f82c7994d4fb0 /sys | |
parent | 2801a0a5dd2f6b6d40e67629a603300ff723e839 (diff) |
Dumb Makefile to recurse in stand/ for mvmeppc land.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvmeppc/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/arch/mvmeppc/Makefile b/sys/arch/mvmeppc/Makefile new file mode 100644 index 00000000000..b92a92641fc --- /dev/null +++ b/sys/arch/mvmeppc/Makefile @@ -0,0 +1,12 @@ +# $OpenBSD: Makefile,v 1.1 2001/08/21 17:41:38 miod Exp $ + +NOPROG= noprog +NOMAN= noman + +.if ${MACHINE} == "mvmeppc" +SUBDIR= stand +.endif + +obj: _SUBDIRUSE + +.include <bsd.prog.mk> |