Home | History | Annotate | Line # | Download | only in etc.sparc
Makefile.inc revision 1.5
      1 #
      2 #	etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
      3 #
      4 #	$Id: Makefile.inc,v 1.5 1994/07/27 05:26:15 deraadt Exp $
      5 
      6 .ifdef DESTDIR
      7 snap_md: netbsd inst
      8 	cp ${.CURDIR}/../sys/arch/sparc/compile/SPARC/netbsd \
      9 	    ${DESTDIR}/snapshot/netbsd
     10 
     11 netbsd:
     12 	cd ${.CURDIR}/../sys/arch/sparc/conf && config.new SPARC
     13 	cd ${.CURDIR}/../sys/arch/sparc/compile/SPARC && \
     14 	    make clean && make depend && make
     15 
     16 inst:
     17 	cp ${.CURDIR}/etc.sparc/README ${DESTDIR}/snapshot/README
     18 	cp ${.CURDIR}/etc.sparc/install.sh ${DESTDIR}/snapshot/install.sh
     19 
     20 .endif	# DESTDIR check
     21