descend to utils if we are making obj

This commit is contained in:
christos 2004-04-25 06:19:49 +00:00
parent f86644a808
commit 4c5fc72c1b
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2002/07/25 00:35:33 matt Exp $
# $NetBSD: Makefile,v 1.12 2004/04/25 06:19:49 christos Exp $
SUBDIR= notes .WAIT
@ -10,6 +10,10 @@ SUBDIR+= miniroot .WAIT
SUBDIR+= ${MACHINE}
.endif
.if make(obj)
SUBDIR+= utils
.endif
TARGETS+=release
.include <bsd.subdir.mk>