build two needed kernels

This commit is contained in:
deraadt 1994-04-12 07:48:20 +00:00
parent c198b59b4d
commit b97b14b581
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
#
# 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