20 lines
521 B
Makefile
20 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.19 2012/01/22 03:53:33 tsutsui Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
SUBDIR= ramdisk .WAIT ramdisk-kernel .WAIT floppy cdroms liveimage
|
|
TARGETS+= release
|
|
|
|
release: check_RELEASEDIR .WAIT ${DESTDIR}/usr/mdec/boot
|
|
${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/boot \
|
|
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
|
|
|
|
iso_image:
|
|
${MAKEDIRTARGET} cdroms iso_image
|
|
|
|
live_image:
|
|
${MAKEDIRTARGET} liveimage live_image
|
|
|
|
.include <bsd.subdir.mk>
|