2d1f93d643
- ensure INSTALLATION_DIRS contains the appropriate extra directories for a given platform
19 lines
476 B
Makefile
19 lines
476 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2002/05/02 15:09:47 lukem Exp $
|
|
#
|
|
# etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC GENERIC_INDY
|
|
|
|
BUILD_KERNELS= RAMDISK
|
|
|
|
INSTALLATION_DIRS+= installation/netboot
|
|
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
cd ${.CURDIR}/../distrib/prep && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|