From 3734df446df8c49d32db9b9867c57ed84b8a4e92 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 21 Aug 2001 17:41:39 +0000 Subject: Dumb Makefile to recurse in stand/ for mvmeppc land. --- sys/arch/mvmeppc/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys/arch/mvmeppc/Makefile (limited to 'sys') 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 -- cgit v1.2.3