Cross Reference: Makefile.inc
xref: /src/etc/etc.vax/Makefile.inc
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/etc.vax/
Makefile.inc revision 1.14
1#	$NetBSD: Makefile.inc,v 1.14 2002/05/02 15:09:49 lukem Exp $
2#
3#	etc.vax/Makefile.inc -- vax-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8BUILD_KERNELS=		INSTALL
9
10INSTALLATION_DIRS+=	installation/bootfs	\
11			installation/miniroot	\
12			installation/netboot
13
14snap_md_post:
15.ifndef UPDATE
16	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
17.endif
18	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
19	cd ${.CURDIR}/../distrib/vax && ${MAKE} release
20	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
21
22iso-image_md_pre:
23	cp -f ${RELEASEDIR}/installation/netboot/netbsd.ram.gz \
24		${RELEASEDIR}/netbsd
25	cp -f ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
26
27iso-image_md_post:
28	${INSTALLBOOT} -m ${MACHINE} \
29		${RELEASEDIR}/installation/cdrom/netbsd-${MACHINE}.iso \
30		${DESTDIR}/usr/mdec/xxboot
31

Indexes created Mon Nov 10 17:20:41 GMT 2025