diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:18:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-18 17:18:41 +0000 |
commit | 01329ac9e9518a403ce15ef259eff408cab7d836 (patch) | |
tree | 464e23ebc11ac3c0e836e472400fa343ff9d5567 /distrib/Makefile | |
parent | b032c591fc96616a5663da6b4bffa988e7a039fe (diff) |
if we start at the top of distrib, we will end up in the right place...
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 65cc2ba54b7..fa3e910365e 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,11 +1,5 @@ -# $OpenBSD: Makefile,v 1.4 1997/09/17 14:18:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1997/09/18 17:18:33 deraadt Exp $ SUBDIR= special ${MACHINE} notes -# 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> |