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 6 BIN3+= etc.sun3/ttyaction 7 8 KERNEL_SETS= GENERIC GENERIC3X DISKLESS DISKLESS3X 9 10 EXTRA_KERNELS= INSTALL INSTALL3X 11 12 BUILD_KERNELS= RAMDISK RAMDISK3X 13 14 INSTALLATION_DIRS+= installation/miniroot \ 15 installation/netboot \ 16 installation/tapeimage 17 18 snap_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