xref: /netbsd/etc/etc.sun3/Makefile.inc (revision bf9ec67e)
1#	$NetBSD: Makefile.inc,v 1.13 2002/05/02 15:09:49 lukem Exp $
2#
3#	etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
4#
5
6BIN3+= etc.sun3/ttyaction
7
8KERNEL_SETS=		GENERIC GENERIC3X DISKLESS DISKLESS3X
9
10EXTRA_KERNELS=		INSTALL INSTALL3X
11
12BUILD_KERNELS=		RAMDISK RAMDISK3X
13
14INSTALLATION_DIRS+=	installation/miniroot	\
15			installation/netboot	\
16			installation/tapeimage
17
18snap_md_post:
19# Build the ramdisk image and patch it into the ramdisk kernels.
20# Build the miniroot, etc. and copy all to the release area.
21.ifndef UPDATE
22	cd ${.CURDIR}/../distrib/sun3 && ${MAKE} clean
23.endif
24	cd ${.CURDIR}/../distrib/sun3 && \
25	  ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
26	cd ${.CURDIR}/../distrib/notes && ${MAKE} && ${MAKE} release
27