Home | History | Annotate | Line # | Download | only in etc.sun3
Makefile.inc revision 1.12
      1  1.12  thorpej #	$NetBSD: Makefile.inc,v 1.12 2001/11/29 22:46:01 thorpej Exp $
      2   1.1      gwr #
      3   1.1      gwr #	etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
      4   1.1      gwr #
      5   1.3      gwr 
      6   1.9      gwr BIN3+= etc.sun3/ttyaction
      7   1.9      gwr 
      8  1.12  thorpej KERNEL_SETS=		GENERIC GENERIC3X DISKLESS DISKLESS3X
      9   1.9      gwr 
     10  1.12  thorpej EXTRA_KERNELS=		INSTALL INSTALL3X
     11  1.12  thorpej 
     12  1.12  thorpej BUILD_KERNELS=		RAMDISK RAMDISK3X
     13   1.9      gwr 
     14  1.10  mycroft snap_md_post:
     15   1.9      gwr # Build the ramdisk image and patch it into the ramdisk kernels.
     16   1.9      gwr # Build the miniroot, etc. and copy all to the release area.
     17   1.9      gwr .ifndef UPDATE
     18   1.9      gwr 	cd ${.CURDIR}/../distrib/sun3 && ${MAKE} clean
     19   1.9      gwr .endif
     20   1.9      gwr 	cd ${.CURDIR}/../distrib/sun3 && \
     21   1.9      gwr 	  ${MAKE} depend && ${MAKE} ${_J} && ${MAKE} release
     22  1.11       he 	cd ${.CURDIR}/../distrib/notes && ${MAKE} && ${MAKE} release
     23