diff options
author | 2009-04-22 16:16:22 +0000 | |
---|---|---|
committer | 2009-04-22 16:16:22 +0000 | |
commit | c2a5356dae4ca32d77d48fbc1b2be3b36c62e5c3 (patch) | |
tree | 2476b415e284ee39d970b4734938edb5629bfacf | |
parent | tweaks for the final sections; (diff) | |
download | wireguard-openbsd-c2a5356dae4ca32d77d48fbc1b2be3b36c62e5c3.tar.xz wireguard-openbsd-c2a5356dae4ca32d77d48fbc1b2be3b36c62e5c3.zip |
no more bsdsbc kernels; probably not needed anymore I read from discussion
between nick and miod
-rw-r--r-- | etc/etc.mac68k/Makefile.inc | 6 |
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 |