diff options
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index cdde445d20b..dbbb1861037 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2000/06/06 20:46:16 miod Exp $ +# $OpenBSD: Makefile,v 1.14 2000/12/20 00:57:29 marc Exp $ .if make(obj) SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\ @@ -7,7 +7,7 @@ SUBDIR= special alpha amiga arc crunch hp300 i386 mac68k mvme68k mvme88k\ SUBDIR= special .endif .if make(clean) || make(cleandir) -SUBDIR+=utils crunch +SUBDIR+=crunch .endif .if exists(${MACHINE}) SUBDIR+= ${MACHINE} |