NetBSD/distrib/Makefile

23 lines
358 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2008/11/21 15:39:51 ad Exp $
.include <bsd.own.mk>
.if ${MKMAN} != "no"
SUBDIR= notes .WAIT
.endif
.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
SUBDIR+= utils
2002-07-23 14:43:50 +04:00
TARGETS+=release
TARGETS+=iso_image
2002-07-23 14:43:50 +04:00
.include <bsd.subdir.mk>