1994-03-05 11:06:41 +03:00
|
|
|
#
|
|
|
|
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
|
|
|
#
|
1994-04-18 14:16:34 +04:00
|
|
|
# $Id: Makefile.inc,v 1.4 1994/04/18 10:16:34 cgd Exp $
|
1994-03-05 11:06:41 +03:00
|
|
|
|
|
|
|
.ifdef DESTDIR
|
1994-04-18 14:16:34 +04:00
|
|
|
snap_md: netbsd-aha netbsd-bt kc_aha.fs kc_bt.fs
|
|
|
|
|
1994-03-05 11:06:41 +03:00
|
|
|
netbsd-aha:
|
|
|
|
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICAHA
|
|
|
|
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICAHA && \
|
|
|
|
make clean && make depend && make
|
1994-04-18 14:16:34 +04:00
|
|
|
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICAHA/netbsd \
|
|
|
|
${DESTDIR}/snapshot/netbsd-aha
|
1994-03-05 11:06:41 +03:00
|
|
|
|
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 && \
|
1994-03-05 11:06:41 +03:00
|
|
|
make clean && make depend && make
|
1994-04-18 14:16:34 +04:00
|
|
|
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICBT/netbsd \
|
|
|
|
${DESTDIR}/snapshot/netbsd-bt
|
|
|
|
|
|
|
|
kc_aha.fs:
|
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \
|
|
|
|
IMAGE=${DESTDIR}/snapshot/kc_aha.fs \
|
|
|
|
KERNEL=${DESTDIR}/snapshot/netbsd-aha || \
|
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \
|
|
|
|
IMAGE=${DESTDIR}/snapshot/kc_aha.fs unconfig
|
|
|
|
|
|
|
|
kc_bt.fs:
|
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \
|
|
|
|
IMAGE=${DESTDIR}/snapshot/kc_bt.fs \
|
|
|
|
KERNEL=${DESTDIR}/snapshot/netbsd-bt || \
|
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \
|
|
|
|
IMAGE=${DESTDIR}/snapshot/kc_bt.fs unconfig
|
|
|
|
|
1994-03-05 11:06:41 +03:00
|
|
|
.endif # DESTDIR check
|