diff options
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 8 |
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> |