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