Browse Source

More glue

OPENBSD_2_6
espie 25 years ago
parent
commit
56729901b7
1 changed files with 10 additions and 2 deletions
  1. +10
    -2
      src/etc/etc.amiga/Makefile.inc

+ 10
- 2
src/etc/etc.amiga/Makefile.inc View File

@ -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
.ifdef DESTDIR
snap_md: distrib bsd
snap_md: distrib bsd tools
bsd:
# The GENERIC kernel is built as a side-effect of the miniroot
@ -13,4 +13,12 @@ distrib:
cd ${.CURDIR}/../distrib && \
${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

Loading…
Cancel
Save