Makefile.inc revision 1.11
1#	$NetBSD: Makefile.inc,v 1.11 2002/07/12 02:24:23 thorpej Exp $
2#
3#	etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
4#
5
6KERNEL_SETS=		GENERIC
7
8BUILD_KERNELS=		INSTALL RAMDISK
9
10INSTALLATION_DIRS+=	installation/diskimage	\
11			installation/netboot
12
13snap_md_post:
14.ifndef UPDATE
15	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
16.endif
17	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
18	cd ${.CURDIR}/../distrib/pmax && ${MAKE} release
19	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
20