Home | History | Annotate | Line # | Download | only in etc.sun3
Makefile.inc revision 1.4
      1  1.4  gwr #	$NetBSD: Makefile.inc,v 1.4 1998/02/11 19:19:53 gwr 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.3  gwr BIN3+= etc.sun3/ttyaction
      7  1.1  gwr 
      8  1.1  gwr .ifdef DESTDIR
      9  1.4  gwr snap_md: netbsd.sun3 netbsd.sun3x
     10  1.4  gwr 	cp ${.CURDIR}/../sys/arch/sun3/compile/GENERIC/netbsd \
     11  1.4  gwr 	    ${DESTDIR}/snapshot/netbsd.sun3
     12  1.4  gwr 	cp ${.CURDIR}/../sys/arch/sun3/compile/GENERIC3X/netbsd \
     13  1.4  gwr 	    ${DESTDIR}/snapshot/netbsd.sun3x
     14  1.1  gwr 
     15  1.4  gwr netbsd.sun3:
     16  1.4  gwr 	cd ${.CURDIR}/../sys/arch/sun3/conf && config GENERIC
     17  1.4  gwr 	cd ${.CURDIR}/../sys/arch/sun3/compile/GENERIC && \
     18  1.4  gwr 	    make clean && make depend && make
     19  1.1  gwr 
     20  1.4  gwr netbsd.sun3x:
     21  1.4  gwr 	cd ${.CURDIR}/../sys/arch/sun3/conf && config GENERIC3X
     22  1.4  gwr 	cd ${.CURDIR}/../sys/arch/sun3/compile/GENERIC3X && \
     23  1.4  gwr 	    make clean && make depend && make
     24  1.1  gwr 
     25  1.1  gwr .endif	# DESTDIR check
     26