|
@ -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 |
|
|
kernels: bsd |
|
|
cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \ |
|
|
${RELEASEDIR}/bsd |
|
|
${RELEASEDIR}/bsd |
|
|
printf "disable ncrscsi\nenable sbc\nquit" | config -e \ |
|
|
|
|
|
-o ${RELEASEDIR}/bsdsbc ${RELEASEDIR}/bsd |
|
|
|
|
|
|
|
|
|
|
|
bsd: |
|
|
bsd: |
|
|
cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC |
|
|
cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC |
|
|
cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \ |
|
|
cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \ |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
${MAKE} clean && ${MAKE} depend && exec ${MAKE} |
|
|
|
|
|
|
|
|
MDEXT= bsd bsd.rd bsdsbc bsdsbc.rd # utils?? |
|
|
|
|
|
|
|
|
MDEXT= bsd bsd.rd # utils?? |
|
|
|
|
|
|
|
|
.PHONY: bsd |
|
|
.PHONY: bsd |