NetBSD/etc/etc.i386/Makefile.inc

24 lines
735 B
PHP
Raw Normal View History

1996-10-16 06:25:08 +04:00
# $NetBSD: Makefile.inc,v 1.8 1996/10/16 02:25:08 perry Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
1996-10-16 06:25:08 +04:00
.ifdef DESTDIR
snap_md: netbsd-adp netbsd-other
netbsd-adp:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICADP
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICADP && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICADP/netbsd \
${DESTDIR}/snapshot/netbsd-adp
netbsd-other:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICOTHER
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICOTHER && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICOTHER/netbsd \
${DESTDIR}/snapshot/netbsd-other
.endif # DESTDIR check