NetBSD/distrib/Makefile

22 lines
332 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2004/05/12 16:56:41 cl Exp $
.include <bsd.own.mk>
SUBDIR= notes .WAIT
.if exists(${MACHINE}/miniroot/Makefile.inc)
SUBDIR+= miniroot .WAIT
.endif
.if exists(${RELEASEMACHINE}/Makefile)
SUBDIR+= ${RELEASEMACHINE}
.endif
2004-04-25 10:19:49 +04:00
.if make(obj)
SUBDIR+= utils
.endif
2002-07-23 14:43:50 +04:00
TARGETS+=release
.include <bsd.subdir.mk>