NetBSD/etc/etc.sparc/Makefile.inc

23 lines
697 B
PHP
Raw Normal View History

1994-04-12 11:48:20 +04:00
#
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.1 1994/04/12 07:48:20 deraadt Exp $
.ifdef DESTDIR
snap_md: netbsd-sd0 netbsd-sd1
cp ${.CURDIR}/../sys/arch/sparc/compile/TDR/netbsd \
${DESTDIR}/snapshot/netbsd-sd1
cp ${.CURDIR}/../sys/arch/sparc/compile/TDR2/netbsd \
${DESTDIR}/snapshot/netbsd-sd0
netbsd-sd1:
cd ${.CURDIR}/../sys/arch/sparc/conf && config.new TDR
cd ${.CURDIR}/../sys/arch/sparc/compile/TDR && \
make clean && make depend && make
netbsd-sd0:
cd ${.CURDIR}/../sys/arch/sparc/conf && config.new TDR2
cd ${.CURDIR}/../sys/arch/sparc/compile/TDR2 && \
make clean && make depend && make
.endif # DESTDIR check