summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-18 15:44:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-18 15:44:25 +0000
commitce7029166d44a450fcb2d2b9383f6eba91d7753e (patch)
tree245ce0aa9b52d503fa40b14c44ba3f55742bcdd2
parent7507407838e873cfed59cbb0efdb4f769d31a8a4 (diff)
snapshot kernels have changed..
-rw-r--r--etc/etc.i386/Makefile.inc42
1 files changed, 21 insertions, 21 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc
index 8f735db0833..197237e4223 100644
--- a/etc/etc.i386/Makefile.inc
+++ b/etc/etc.i386/Makefile.inc
@@ -1,38 +1,38 @@
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
-# $Id: Makefile.inc,v 1.1 1995/10/18 08:38:00 deraadt Exp $
+# $Id: Makefile.inc,v 1.2 1995/11/18 15:44:24 deraadt Exp $
.ifdef DESTDIR
-snap_md: netbsd-aha netbsd-bt
-#snap_md: kc_aha.fs kc_bt.fs
+snap_md: bsd.adp bsd.other
+#snap_md: kcadp.fs kcother.fs
-netbsd-aha:
- cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICAHA
- cd ${.CURDIR}/../sys/arch/i386/compile/GENERICAHA && \
+bsd.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/GENERICAHA/netbsd \
- ${DESTDIR}/snapshot/netbsd-aha
+ cp ${.CURDIR}/../sys/arch/i386/compile/GENERICADP/bsd \
+ ${DESTDIR}/snapshot/bsd.adp
-netbsd-bt:
- cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICBT
- cd ${.CURDIR}/../sys/arch/i386/compile/GENERICBT && \
+bsd.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/GENERICBT/netbsd \
- ${DESTDIR}/snapshot/netbsd-bt
+ cp ${.CURDIR}/../sys/arch/i386/compile/GENERICOTHER/bsd \
+ ${DESTDIR}/snapshot/bsd.other
-kc_aha.fs:
+kcadp.fs:
make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kc_aha.fs \
- KERNEL=${DESTDIR}/snapshot/netbsd-aha || \
+ IMAGE=${DESTDIR}/snapshot/kcadp.fs \
+ KERNEL=${DESTDIR}/snapshot/bsd.adp || \
make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kc_aha.fs unconfig
+ IMAGE=${DESTDIR}/snapshot/kcadp.fs unconfig
-kc_bt.fs:
+kcother.fs:
make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kc_bt.fs \
- KERNEL=${DESTDIR}/snapshot/netbsd-bt || \
+ IMAGE=${DESTDIR}/snapshot/kcother.fs \
+ KERNEL=${DESTDIR}/snapshot/bsd.other || \
make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kc_bt.fs unconfig
+ IMAGE=${DESTDIR}/snapshot/kcother.fs unconfig
.endif # DESTDIR check