22 lines
594 B
Makefile
22 lines
594 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2001/11/29 22:45:54 thorpej Exp $
|
|
|
|
KERNEL_SETS= GENERIC
|
|
|
|
BUILD_KERNELS+= INSTALL
|
|
|
|
INSTALLATION_DIRS+= installation/floppy \
|
|
installation/diskimage \
|
|
installation/instkernel \
|
|
installation/netboot \
|
|
installation/tapeimage \
|
|
installation/misc
|
|
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
cd ${.CURDIR}/../distrib/alpha && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|
|
cd ${.CURDIR}/../sys/arch/alpha/stand/netboot && ${MAKE} release
|