summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-22 16:01:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-22 16:01:01 +0000
commit725cef532ba6b0aec9a601a549626e8d4f0a9747 (patch)
tree51d78a72edcca15b60f644284880bb9b32a47ef9 /distrib
parent63d8338f53ca71ea759d61f92c809e776abd8894 (diff)
more crunch stuff goes away
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index da83349d3b4..dd7d54346ff 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.35 2008/08/22 15:52:33 deraadt Exp $
+# $OpenBSD: Makefile,v 1.36 2008/08/22 16:01:00 deraadt Exp $
SUBDIR= special notes
@@ -9,14 +9,4 @@ SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk mac68k macppc \
SUBDIR+=${MACHINE}
.endif
-.if make(clean) || make(cleandir)
-SUBDIR+=crunch
-.endif
-
-#all: crunch-tools _SUBDIRUSE
-
-crunch-tools:
- cd $(.CURDIR)/crunch; $(MAKE) obj; \
- $(MAKE) depend && ${MAKE} && ${SUDO} ${MAKE} DESTDIR= install
-
.include <bsd.subdir.mk>