2d1f93d643
- ensure INSTALLATION_DIRS contains the appropriate extra directories for a given platform
16 lines
417 B
Makefile
16 lines
417 B
Makefile
# $NetBSD: Makefile.inc,v 1.6 2002/05/02 15:09:43 lukem Exp $
|
|
|
|
KERNEL_SETS= GENERIC TX3912
|
|
|
|
BUILD_KERNELS= RAMDISK INSTALL_TX3912
|
|
|
|
INSTALLATION_DIRS+= installation/miniroot
|
|
|
|
snap_md_post:
|
|
.ifndef UPDATE
|
|
cd ${.CURDIR}/../distrib && ${MAKE} cleandir
|
|
.endif
|
|
cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
|
|
cd ${.CURDIR}/../distrib/hpcmips && ${MAKE} release
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} release
|