NetBSD/etc/etc.i386/Makefile.inc

17 lines
429 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.9 1997/03/04 06:30:01 mikel Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
1996-10-16 06:25:08 +04:00
.ifdef DESTDIR
snap_md: netbsd
1996-10-16 06:25:08 +04:00
netbsd:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \
1996-10-16 06:25:08 +04:00
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/netbsd \
${DESTDIR}/snapshot/netbsd
1996-10-16 06:25:08 +04:00
.endif # DESTDIR check