From 367226b7d62694071863c72789d5bf0e476f302b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 7 Jun 2006 18:23:52 +0000 Subject: [PATCH] dale, no such thing exists... --- src/etc/etc.zaurus/Makefile.inc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/etc/etc.zaurus/Makefile.inc b/src/etc/etc.zaurus/Makefile.inc index cc9f4fb1..d9e69bfa 100644 --- a/src/etc/etc.zaurus/Makefile.inc +++ b/src/etc/etc.zaurus/Makefile.inc @@ -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