25 lines
382 B
Makefile
25 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/08/21 06:17:41 lukem 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
|
|
|
|
.if make(obj)
|
|
SUBDIR+= utils
|
|
.endif
|
|
|
|
TARGETS+=release
|
|
TARGETS+=iso_image
|
|
|
|
.include <bsd.subdir.mk>
|