summaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-18 17:18:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-18 17:18:41 +0000
commit01329ac9e9518a403ce15ef259eff408cab7d836 (patch)
tree464e23ebc11ac3c0e836e472400fa343ff9d5567 /distrib/Makefile
parentb032c591fc96616a5663da6b4bffa988e7a039fe (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/Makefile8
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>