Browse Source

dale, no such thing exists...

OPENBSD_4_0
deraadt 18 years ago
parent
commit
367226b7d6
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      src/etc/etc.zaurus/Makefile.inc

+ 3
- 6
src/etc/etc.zaurus/Makefile.inc View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile.inc,v 1.4 2006/06/06 03:41:51 drahn Exp $
# $OpenBSD: Makefile.inc,v 1.5 2006/06/07 18:23:52 deraadt Exp $
# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
.ifdef DESTDIR
snap_md: bsd notes bootblocks distrib
snap_md: bsd bootblocks distrib
cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@ -11,13 +11,10 @@ bsd:
cd ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
notes:
cp ${.CURDIR}/etc.zaurus/INSTALL.* ${DESTDIR}/snapshot
bootblocks:
cp ${DESTDIR}/usr/mdec/zboot ${DESTDIR}/snapshot
cp ${DESTDIR}/usr/mdec/zbsdmod.o ${DESTDIR}/snapshot
.PHONY: bsd notes bootblocks
.PHONY: bsd bootblocks
.endif # DESTDIR check

Loading…
Cancel
Save