From b734acdaa9d044cc0c32927106499b48ca477e06 Mon Sep 17 00:00:00 2001 From: drahn <> Date: Thu, 8 Jun 2006 02:29:03 +0000 Subject: [PATCH] delete notes, like on zaurus. --- src/etc/etc.armish/Makefile.inc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/etc/etc.armish/Makefile.inc b/src/etc/etc.armish/Makefile.inc index a158f2c0..7fb1d466 100644 --- a/src/etc/etc.armish/Makefile.inc +++ b/src/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