|
@ -1,8 +1,8 @@ |
|
|
# $OpenBSD: Makefile.inc,v 1.13 1998/04/08 00:30:55 niklas Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: Makefile.inc,v 1.14 1999/09/27 08:39:40 espie Exp $ |
|
|
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets |
|
|
# etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets |
|
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
.ifdef DESTDIR |
|
|
snap_md: distrib bsd |
|
|
|
|
|
|
|
|
snap_md: distrib bsd tools |
|
|
|
|
|
|
|
|
bsd: |
|
|
bsd: |
|
|
# The GENERIC kernel is built as a side-effect of the miniroot |
|
|
# The GENERIC kernel is built as a side-effect of the miniroot |
|
@ -13,4 +13,12 @@ distrib: |
|
|
cd ${.CURDIR}/../distrib && \ |
|
|
cd ${.CURDIR}/../distrib && \ |
|
|
${MAKE} cleandir && ${MAKE} && ${MAKE} install |
|
|
${MAKE} cleandir && ${MAKE} && ${MAKE} install |
|
|
|
|
|
|
|
|
|
|
|
tools: |
|
|
|
|
|
mkdir -p ${DESTDIR}/snapshot/tools |
|
|
|
|
|
cp ${.CURDIR}/../sys/arch/amiga/stand/loadbsd/obj/loadbsd ${DESTDIR}/snapshot/tools |
|
|
|
|
|
.for I in devtostream rdbinfo streamtodev xdevtostream xstreamtodev \ |
|
|
|
|
|
device-streams.tgz |
|
|
|
|
|
cp ${.CURDIR}/../sys/arch/amiga/stand/device-streams/obj/${I} ${DESTDIR}/snapshot/tools |
|
|
|
|
|
.endfor |
|
|
|
|
|
|
|
|
.endif # DESTDIR check |
|
|
.endif # DESTDIR check |