From 48c02d9902afa8e1ea4f25306a01a59f85b78d93 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 22 Apr 2009 16:16:22 +0000 Subject: [PATCH] no more bsdsbc kernels; probably not needed anymore I read from discussion between nick and miod --- src/etc/etc.mac68k/Makefile.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/etc/etc.mac68k/Makefile.inc b/src/etc/etc.mac68k/Makefile.inc index 68126ce5..61c4524d 100644 --- a/src/etc/etc.mac68k/Makefile.inc +++ b/src/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