diff options
author | 2017-07-21 15:18:35 +0000 | |
---|---|---|
committer | 2017-07-21 15:18:35 +0000 | |
commit | be8cc9391c622a06bf0d76a51e6d5dd0f6394122 (patch) | |
tree | fa0fd8a6096330f0236d63d5323949c416f03108 | |
parent | Trim trailing spaces from full line when it is clearly OK to do so. (diff) | |
download | wireguard-openbsd-be8cc9391c622a06bf0d76a51e6d5dd0f6394122.tar.xz wireguard-openbsd-be8cc9391c622a06bf0d76a51e6d5dd0f6394122.zip |
document that usage of .PHONY, since it's not exactly obvious.
okay schwarze@
-rw-r--r-- | share/mk/bsd.man.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/bsd.man.mk b/share/mk/bsd.man.mk index 163c87471b3..d3e09dff396 100644 --- a/share/mk/bsd.man.mk +++ b/share/mk/bsd.man.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.man.mk,v 1.41 2015/01/16 01:58:17 schwarze Exp $ +# $OpenBSD: bsd.man.mk,v 1.42 2017/07/21 15:18:35 espie Exp $ # $NetBSD: bsd.man.mk,v 1.23 1996/02/10 07:49:33 jtc Exp $ # @(#)bsd.man.mk 5.2 (Berkeley) 5/11/90 @@ -37,6 +37,8 @@ ${_MAN_INST}: ${page} maninstall: ${_MAN_INST} +# XXX not really a phony target, but force installation each time +# maninstall is run. .PHONY: ${_MAN_INST} . endfor .endfor |