Browse Source

no more bsdsbc kernels; probably not needed anymore I read from discussion

between nick and miod
OPENBSD_4_6
deraadt 15 years ago
parent
commit
48c02d9902
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      src/etc/etc.mac68k/Makefile.inc

+ 2
- 4
src/etc/etc.mac68k/Makefile.inc View File

@ -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

Loading…
Cancel
Save