diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2000-12-20 00:57:30 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2000-12-20 00:57:30 +0000 |
commit | 005d89db1e301780453d7ba2b1ba4f9c0c7ae81a (patch) | |
tree | b24208775fb42daa4573bd6854f446577c0c4319 /distrib/Makefile | |
parent | 5fb833420b3465491dc794888708c5d1981141f9 (diff) |
Don't recurse into utils as there is no longer a Makefile there
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} |