summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2007-11-09 18:14:33 +0000
committermiod <miod@openbsd.org>2007-11-09 18:14:33 +0000
commitb1ecbd4da18de9d355df116d3d07907a293b4204 (patch)
treed7b8bdc4a1aa89aeeeb4b87779a28170fbaf86a5
parentWrong logic in ubt_xmit_acl_start(); reported by Dmitry Komissaroff (diff)
downloadwireguard-openbsd-b1ecbd4da18de9d355df116d3d07907a293b4204.tar.xz
wireguard-openbsd-b1ecbd4da18de9d355df116d3d07907a293b4204.zip
Missing PHONY target.
-rw-r--r--etc/etc.sparc64/Makefile.inc4
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