summaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-11 10:20:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-11 10:20:34 +0000
commit0a74115a4ed9a2304bd33da05f3e81de774ef38f (patch)
treec320d8c56a58eb3a0d0b09fbf65d7e28b2283ffb /etc/etc.i386
parent2e7759e37ad30e02629ac2d65d50a2736aa5a054 (diff)
only need one GENERIC kernel
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/Makefile.inc38
1 files changed, 12 insertions, 26 deletions
diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc
index 197237e4223..73a5842645f 100644
--- a/etc/etc.i386/Makefile.inc
+++ b/etc/etc.i386/Makefile.inc
@@ -1,38 +1,24 @@
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
-# $Id: Makefile.inc,v 1.2 1995/11/18 15:44:24 deraadt Exp $
+# $Id: Makefile.inc,v 1.3 1996/06/11 10:20:33 deraadt Exp $
.ifdef DESTDIR
-snap_md: bsd.adp bsd.other
-#snap_md: kcadp.fs kcother.fs
+snap_md: bsd
+#snap_md: kc.fs # too big?
-bsd.adp:
- cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICADP
- cd ${.CURDIR}/../sys/arch/i386/compile/GENERICADP && \
+bsd:
+ cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC
+ cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \
make clean && make depend && make
- cp ${.CURDIR}/../sys/arch/i386/compile/GENERICADP/bsd \
- ${DESTDIR}/snapshot/bsd.adp
+ cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \
+ ${DESTDIR}/snapshot/bsd
-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/GENERICOTHER/bsd \
- ${DESTDIR}/snapshot/bsd.other
-
-kcadp.fs:
- make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kcadp.fs \
- KERNEL=${DESTDIR}/snapshot/bsd.adp || \
- make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kcadp.fs unconfig
-
-kcother.fs:
+kc.fs:
make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kcother.fs \
- KERNEL=${DESTDIR}/snapshot/bsd.other || \
+ IMAGE=${DESTDIR}/snapshot/kc.fs \
+ KERNEL=${DESTDIR}/snapshot/bsd || \
make -f ${.CURDIR}/etc.i386/Makefile.kc \
- IMAGE=${DESTDIR}/snapshot/kcother.fs unconfig
+ IMAGE=${DESTDIR}/snapshot/kc.fs unconfig
.endif # DESTDIR check