From: deraadt Date: Fri, 22 Aug 2008 16:01:00 +0000 (+0000) Subject: more crunch stuff goes away X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=737644f1a221b0f3e28c11380900bc6f4d4a5ee6;p=openbsd more crunch stuff goes away --- 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