mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 16:42:56 -08:00
Don't recurse into utils as there is no longer a Makefile there
This commit is contained in:
parent
81907154f3
commit
36382b249a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user