diff options
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 69e9a3c5cfa..867ff67d9c1 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1998/12/17 02:16:29 smurph Exp $ +# $OpenBSD: Makefile,v 1.10 2000/02/15 15:09:59 art Exp $ .if make(obj) SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\ @@ -11,4 +11,10 @@ SUBDIR+= ${MACHINE} .endif SUBDIR+= notes +all: crunch-tools _SUBDIRUSE + +crunch-tools: + (cd $(.CURDIR)/crunch; $(MAKE) obj; \ + $(MAKE) depend && ${MAKE} && ${SUDO} ${MAKE} DESTDIR= install) + .include <bsd.subdir.mk> |