NetBSD/distrib/vax/Makefile

17 lines
448 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2007/03/06 21:57:26 bouyer Exp $
2000-06-01 01:51:27 +04:00
2002-04-26 19:04:30 +04:00
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
2000-06-01 01:51:27 +04:00
SUBDIR= ramdisk .WAIT ramdisk-kernel .WAIT floppy cdroms
TARGETS+= release
1995-10-02 00:22:13 +03:00
release: check_RELEASEDIR .WAIT ${DESTDIR}/usr/mdec/boot
${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/boot \
${RELEASEDIR}/${MACHINE}/installation/netboot
2002-04-26 19:04:30 +04:00
iso_image:
${MAKEDIRTARGET} cdroms iso_image
2002-04-26 19:04:30 +04:00
.include <bsd.subdir.mk>