From cfaf23508a25c2c6addff8930944454b3546bcc4 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Thu, 8 Jun 2006 02:29:04 +0000 Subject: delete notes, like on zaurus. --- etc/etc.armish/Makefile.inc | 10 +++------- 1 file 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 -- cgit v1.2.3