diff options
author | 2000-12-20 00:57:29 +0000 | |
---|---|---|
committer | 2000-12-20 00:57:29 +0000 | |
commit | 36382b249a83e79c268f38862bacd85ce8fa075c (patch) | |
tree | 2b8ac6a4fe8cf0ff11b15d18884223c0957a6724 | |
parent | -libiberty is a bogus dependency, so remove it, as we share it with egcs. (diff) | |
download | wireguard-openbsd-36382b249a83e79c268f38862bacd85ce8fa075c.tar.xz wireguard-openbsd-36382b249a83e79c268f38862bacd85ce8fa075c.zip |
Don't recurse into utils as there is no longer a Makefile there
-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} |