20 lines
496 B
Makefile
20 lines
496 B
Makefile
# $NetBSD: Makefile.inc,v 1.11 2002/07/12 02:24:23 thorpej Exp $
|
|
#
|
|
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS= INSTALL RAMDISK
|
|
|
|
INSTALLATION_DIRS+= installation/diskimage \
|
|
installation/netboot
|
|
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
cd ${.CURDIR}/../distrib/pmax && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|