diff options
Diffstat (limited to 'etc/etc.sparc64/Makefile.inc')
-rw-r--r-- | etc/etc.sparc64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.sparc64/Makefile.inc b/etc/etc.sparc64/Makefile.inc index 0976211c9cd..7354e139723 100644 --- a/etc/etc.sparc64/Makefile.inc +++ b/etc/etc.sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2007/10/17 21:32:01 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2007/11/09 18:14:33 miod Exp $ .ifdef DESTDIR snap_md: bsd bsd.mp bootblocks distrib @@ -20,6 +20,6 @@ bsd.mp: bootblocks: cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot -.PHONY: bsd bootblocks +.PHONY: bsd bsd.mp bootblocks .endif # DESTDIR check |