summaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/Makefile')
-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>