more crunch stuff goes away
authorderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2008 16:01:00 +0000 (16:01 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 22 Aug 2008 16:01:00 +0000 (16:01 +0000)
distrib/Makefile

index da83349..dd7d543 100644 (file)
@@ -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>