NetBSD/distrib/Makefile
cl 885c0b6fc9 ``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen
for i386.  The resulting release consists of:
- NetBSD/xen for i386 kernel, loader and docuemntation
- NetBSD/i386 userland sets
2004-05-12 16:56:41 +00:00

22 lines
332 B
Makefile

# $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
.if make(obj)
SUBDIR+= utils
.endif
TARGETS+=release
.include <bsd.subdir.mk>