Home | History | Annotate | Line # | Download | only in etc.sun3
Makefile.inc revision 1.12
      1 #	$NetBSD: Makefile.inc,v 1.12 2001/11/29 22:46:01 thorpej 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 snap_md_post:
     15 # Build the ramdisk image and patch it into the ramdisk kernels.
     16 # Build the miniroot, etc. and copy all to the release area.
     17 .ifndef UPDATE
     18 	cd ${.CURDIR}/../distrib/sun3 && ${MAKE} clean
     19 .endif
     20 	cd ${.CURDIR}/../distrib/sun3 && \
     21 	  ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
     22 	cd ${.CURDIR}/../distrib/notes && ${MAKE} && ${MAKE} release
     23