summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-18 17:43:48 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-18 17:43:48 +0000
commit1ebff2fb9475bb8907c4248043fb2c92af0d098c (patch)
tree60e9ec089e0c28ab3038d2cc0069fbd8d423ce63
parent01329ac9e9518a403ce15ef259eff408cab7d836 (diff)
installing special is dumb
-rw-r--r--distrib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index fa3e910365e..be626347414 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,5 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 1997/09/18 17:18:33 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 1997/09/18 17:43:47 deraadt Exp $
-SUBDIR= special ${MACHINE} notes
+.if !make(install)
+SUBDIR= special
+.endif
+SUBDIR+= ${MACHINE} notes
.include <bsd.subdir.mk>