summaryrefslogtreecommitdiff
path: root/etc/etc.mac68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-22 16:16:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-22 16:16:23 +0000
commit1946981d28640f7600b200ac44fcab1d86522b8b (patch)
tree3292cbee2ea15f73188759211628505137481e91 /etc/etc.mac68k
parent78b325c060dcd35ff5b10e034d2a39d48496480a (diff)
no more bsdsbc kernels; probably not needed anymore I read from discussion
between nick and miod
Diffstat (limited to 'etc/etc.mac68k')
-rw-r--r--etc/etc.mac68k/Makefile.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/etc.mac68k/Makefile.inc b/etc/etc.mac68k/Makefile.inc
index 68126ce5b04..61c4524d6ee 100644
--- a/etc/etc.mac68k/Makefile.inc
+++ b/etc/etc.mac68k/Makefile.inc
@@ -1,16 +1,14 @@
-# $OpenBSD: Makefile.inc,v 1.12 2009/04/21 09:12:27 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.13 2009/04/22 16:16:22 deraadt Exp $
kernels: bsd
cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \
${RELEASEDIR}/bsd
- printf "disable ncrscsi\nenable sbc\nquit" | config -e \
- -o ${RELEASEDIR}/bsdsbc ${RELEASEDIR}/bsd
bsd:
cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
-MDEXT= bsd bsd.rd bsdsbc bsdsbc.rd # utils??
+MDEXT= bsd bsd.rd # utils??
.PHONY: bsd