2002-05-02 19:09:40 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.3 2002/05/02 15:09:49 lukem Exp $
|
2001-05-18 04:13:27 +04:00
|
|
|
#
|
|
|
|
# etc.sun2/Makefile.inc -- sun2-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
|
|
|
BIN3+= etc.sun2/ttyaction
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC FOURMEG DISKLESS
|
2001-05-18 04:13:27 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
EXTRA_KERNELS= INSTALL
|
|
|
|
|
|
|
|
BUILD_KERNELS= RAMDISK
|
2001-05-18 04:13:27 +04:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
|
|
installation/netboot \
|
|
|
|
installation/tapeimage
|
|
|
|
|
2001-05-18 04:13:27 +04:00
|
|
|
snap_md_post:
|
|
|
|
# Build the ramdisk image and patch it into the ramdisk kernels.
|
|
|
|
# Build the miniroot, etc. and copy all to the release area.
|
|
|
|
.ifndef UPDATE
|
|
|
|
cd ${.CURDIR}/../distrib/sun2 && ${MAKE} clean
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib/sun2 && \
|
|
|
|
${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
|
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} && ${MAKE} release
|