take advantage of TARGETS+=release

This commit is contained in:
lukem 2002-04-10 01:31:50 +00:00
parent 6e52cbf89e
commit a4c28af75d
2 changed files with 6 additions and 12 deletions

View File

@ -1,14 +1,6 @@
# $NetBSD: Makefile,v 1.5 2002/03/04 16:43:08 shiba Exp $
# $NetBSD: Makefile,v 1.6 2002/04/10 01:31:50 lukem Exp $
SUBDIR= instkernel # miniroot
SUBDIR= instkernel
TARGETS+= release
.include <bsd.subdir.mk>
.ifndef RELEASEDIR
release:
@echo setenv RELEASEDIR first
@false
.else
release:
cd ${.CURDIR}/instkernel/instkernel && ${MAKE} release
.endif

View File

@ -1,5 +1,7 @@
# $NetBSD: Makefile,v 1.3 2002/03/04 16:43:09 shiba Exp $
# $NetBSD: Makefile,v 1.4 2002/04/10 01:31:50 lukem Exp $
SUBDIR= ramdisk instkernel
TARGETS+=release
.include <bsd.subdir.mk>