Home | History | Annotate | Line # | Download | only in etc.sun3
Makefile.inc revision 1.3
      1 #	$NetBSD: Makefile.inc,v 1.3 1997/12/20 01:56:51 gwr Exp $
      2 #
      3 #	etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
      4 #
      5 
      6 BIN3+= etc.sun3/ttyaction
      7 
      8 .ifdef DESTDIR
      9 snap_md: netbsd-gen netbsd-dl
     10 
     11 netbsd-gen:
     12 	cd ${.CURDIR}/../sys/arch/sun3/compile/GENERIC && make
     13 	gzip -9 < ${.CURDIR}/../sys/arch/sun3/compile/GENERIC/netbsd \
     14 	  > ${DESTDIR}/snapshot/netbsd-gen.gz
     15 
     16 netbsd-dl:
     17 	cd ${.CURDIR}/../sys/arch/sun3/compile/DISKLESS && make
     18 	gzip -9 < ${.CURDIR}/../sys/arch/sun3/compile/DISKLESS/netbsd \
     19 	  > ${DESTDIR}/snapshot/netbsd-dl.gz
     20 
     21 .endif	# DESTDIR check
     22