2001-11-30 01:45:53 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.12 2001/11/29 22:46:01 thorpej Exp $
|
1995-07-07 20:05:20 +04:00
|
|
|
#
|
|
|
|
# etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
1999-02-05 06:01:49 +03:00
|
|
|
BIN3+= etc.sun3/ttyaction
|
1999-05-21 08:02:02 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC GENERIC3X DISKLESS DISKLESS3X
|
1999-05-21 08:02:02 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
EXTRA_KERNELS= INSTALL INSTALL3X
|
|
|
|
|
|
|
|
BUILD_KERNELS= RAMDISK RAMDISK3X
|
1999-05-21 08:02:02 +04:00
|
|
|
|
2000-02-20 06:52:22 +03:00
|
|
|
snap_md_post:
|
1999-05-21 08:02:02 +04:00
|
|
|
# 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/sun3 && ${MAKE} clean
|
|
|
|
.endif
|
|
|
|
cd ${.CURDIR}/../distrib/sun3 && \
|
|
|
|
${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
|
2001-04-21 21:43:24 +04:00
|
|
|
cd ${.CURDIR}/../distrib/notes && ${MAKE} && ${MAKE} release
|