NetBSD/distrib/sun2/Makefile

16 lines
488 B
Makefile
Raw Normal View History

2002-04-26 06:54:59 +04:00
# $NetBSD: Makefile,v 1.4 2002/04/26 02:54:59 lukem Exp $
2001-05-18 04:16:36 +04:00
2002-04-26 06:54:59 +04:00
SUBDIR= ramdisk miniroot
TARGETS+= release
2001-05-18 04:16:36 +04:00
release:
-mkdir -p ${RELEASEDIR}/installation/netboot
2002-04-26 06:54:59 +04:00
${RELINSTALL} ${DESTDIR}/usr/mdec/bootyy ${DESTDIR}/usr/mdec/netboot \
${RELEASEDIR}/installation/netboot
2001-05-18 04:16:36 +04:00
-mkdir -p ${RELEASEDIR}/installation/tapeimage
2002-04-26 06:54:59 +04:00
${RELINSTALL} ${DESTDIR}/usr/mdec/tapeboot \
${.CURDIR}/MakeBootTape ${.CURDIR}/MakeInstTape \
${RELEASEDIR}/installation/tapeimage
2001-05-18 04:16:36 +04:00
.include <bsd.subdir.mk>