NetBSD/etc/etc.i386/Makefile.inc

22 lines
709 B
PHP
Raw Normal View History

#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
1994-03-31 14:27:17 +04:00
# $Id: Makefile.inc,v 1.3 1994/03/31 10:27:17 cgd Exp $
.ifdef DESTDIR
1994-03-31 06:22:16 +04:00
snap_md: netbsd-aha netbsd-bt
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICAHA/netbsd \
${DESTDIR}/snapshot/netbsd-aha
1994-03-31 14:27:17 +04:00
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICBT/netbsd \
${DESTDIR}/snapshot/netbsd-bt
netbsd-aha:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICAHA
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICAHA && \
make clean && make depend && make
1994-03-31 06:22:16 +04:00
netbsd-bt:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICBT
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICBT && \
make clean && make depend && make
.endif # DESTDIR check