diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-08 02:29:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-06-08 02:29:04 +0000 |
commit | cfaf23508a25c2c6addff8930944454b3546bcc4 (patch) | |
tree | 4a7111505a0c73d86c2910c6f2e9dbf7f8cfef68 /etc/etc.armish | |
parent | 03b8ae306db4f6026952d9236a36895904d14382 (diff) |
delete notes, like on zaurus.
Diffstat (limited to 'etc/etc.armish')
-rw-r--r-- | etc/etc.armish/Makefile.inc | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/etc.armish/Makefile.inc b/etc/etc.armish/Makefile.inc index a158f2c0cb7..7fb1d4663eb 100644 --- a/etc/etc.armish/Makefile.inc +++ b/etc/etc.armish/Makefile.inc @@ -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 |