|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.12 2004/11/29 22:09:15 miod Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.13 2005/04/28 22:28:14 deraadt Exp $ |
|
|
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets |
|
|
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
@ -6,7 +6,7 @@ snap_md: bsd bootblocks distrib |
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ |
|
|
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ |
|
|
${DESTDIR}/snapshot/bsd |
|
|
${DESTDIR}/snapshot/bsd |
|
|
s=`printf "find sd\nexit" | config -e ${DESTDIR}/snapshot/bsd | \ |
|
|
s=`printf "find sd\nexit" | config -e ${DESTDIR}/snapshot/bsd | \ |
|
|
awk '/ukc/ {print $$2}'`; \ |
|
|
|
|
|
|
|
|
grep scsibus | awk '{print $$1}'`; \ |
|
|
printf "add sd0\n%s\n%s\nchange %s\ny\n3\n\n\nquit\n" $$s $$s $$s | \ |
|
|
printf "add sd0\n%s\n%s\nchange %s\ny\n3\n\n\nquit\n" $$s $$s $$s | \ |
|
|
config -e -o ${DESTDIR}/snapshot/bsd.scsi3 ${DESTDIR}/snapshot/bsd |
|
|
config -e -o ${DESTDIR}/snapshot/bsd.scsi3 ${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
|