summaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorgrr <grr@cvs.openbsd.org>1997-05-29 13:48:11 +0000
committergrr <grr@cvs.openbsd.org>1997-05-29 13:48:11 +0000
commitf3cf16095e8169258d683c0c9dcc4ce6f8a6064f (patch)
tree9b0dac5a1491ff9e935338c1d2b01321a019a5bd /distrib/Makefile
parent5e8c4117fd51ae22bed414c7358df77884a216cf (diff)
Update Makefiles so that "make obj" works for sparc in src/distrib.
Diffstat (limited to 'distrib/Makefile')
-rw-r--r--distrib/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 236c49899c0..e757fa637be 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,5 +1,11 @@
-# $OpenBSD: Makefile,v 1.1 1996/06/02 11:43:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 1997/05/29 13:48:09 grr Exp $
SUBDIR= ${MACHINE}
+# miniroot and ramdisk are supposed to be "generic" using Makefile.inc
+# to set up architectural dependencies..
+.if (${MACHINE} == "sparc")
+SUBDIR+= ramdisk miniroot
+.endif
+
.include <bsd.subdir.mk>