diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-07 18:23:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-07 18:23:53 +0000 |
commit | a22a4b3af4551751db0e48fca2dbb217d5442444 (patch) | |
tree | 00d69d5b3dd0feef3fc108853fa92dfe21c469d1 /etc/etc.zaurus | |
parent | 408f76d0126adeb07afeb5b18d626154e8c7af4c (diff) |
dale, no such thing exists...
Diffstat (limited to 'etc/etc.zaurus')
-rw-r--r-- | etc/etc.zaurus/Makefile.inc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/etc.zaurus/Makefile.inc b/etc/etc.zaurus/Makefile.inc index cc9f4fb18e1..d9e69bfae2d 100644 --- a/etc/etc.zaurus/Makefile.inc +++ b/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 |