Browse Source

delete notes, like on zaurus.

OPENBSD_4_0
drahn 18 years ago
parent
commit
b734acdaa9
1 changed files with 3 additions and 7 deletions
  1. +3
    -7
      src/etc/etc.armish/Makefile.inc

+ 3
- 7
src/etc/etc.armish/Makefile.inc View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile.inc,v 1.2 2006/06/06 01:27:03 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.3 2006/06/08 02:29:03 drahn Exp $
# etc.armish/Makefile.inc -- armish-specific etc Makefile targets
.ifdef DESTDIR
snap_md: bsd notes distrib
snap_md: bsd distrib
cp ${.CURDIR}/../sys/arch/armish/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@ -11,10 +11,6 @@ bsd:
cd ${.CURDIR}/../sys/arch/armish/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
notes:
cp ${.CURDIR}/etc.armish/INSTALL.* ${DESTDIR}/snapshot
.PHONY: bsd notes
.PHONY: bsd
.endif # DESTDIR check

Loading…
Cancel
Save