Home | History | Annotate | Line # | Download | only in etc.sun3
Makefile.inc revision 1.10.4.1
      1 #	$NetBSD: Makefile.inc,v 1.10.4.1 2001/04/21 17:44:31 he Exp $
      2 #
      3 #	etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
      4 #
      5 
      6 BIN3+= etc.sun3/ttyaction
      7 
      8 # These are put in ${RELEASEDIR} by "make release" in distrib/sun3
      9 # after it builds and patches in the installation ramdisk image.
     10 BUILD_KERNELS= \
     11  RAMDISK RAMDISK3X
     12 
     13 # These are just built and copied to the release area.
     14 EXTRA_KERNELS= \
     15  GENERIC3X \
     16  INSTALL INSTALL3X \
     17  DISKLESS DISKLESS3X
     18 
     19 snap_md_post:
     20 # Build the ramdisk image and patch it into the ramdisk kernels.
     21 # Build the miniroot, etc. and copy all to the release area.
     22 .ifndef UPDATE
     23 	cd ${.CURDIR}/../distrib/sun3 && ${MAKE} clean
     24 .endif
     25 	cd ${.CURDIR}/../distrib/sun3 && \
     26 	  ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
     27 	cd ${.CURDIR}/../distrib/notes && ${MAKE} && ${MAKE} release
     28