Home | History | Annotate | Line # | Download | only in etc.sparc
Makefile.inc revision 1.13.2.1
      1 #	$NetBSD: Makefile.inc,v 1.13.2.1 2000/07/13 16:51:32 he Exp $
      2 #
      3 #	etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
      4 #
      5 
      6 # Set this for any kernels beyond GENERIC you want to include
      7 # in the distribution.
      8 EXTRA_KERNELS+= GENERIC_SCSI3
      9 
     10 INSTALLATION_DIRS+= \
     11 	installation/bootfs \
     12 	installation/ramdisk
     13 
     14 # Build the boot media and install them
     15 snap_md_post:
     16 .ifndef UPDATE
     17 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     18 .endif
     19 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     20 	cd ${.CURDIR}/../distrib/sparc && ${MAKE} release
     21 
     22