aboutsummaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2012-09-19 09:34:21 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2012-09-19 09:34:21 +0000
commitd86e9d1e0c7601e781f580cbfc591ded875656c4 (patch)
treec1cea7552726c631cb64bb35e41952cbaeae5730 /share/man/man5
parent1a4f1f697cbad3a040abd6b385a981c0f564378c (diff)
downloadsrc-d86e9d1e0c7601e781f580cbfc591ded875656c4.tar.gz
src-d86e9d1e0c7601e781f580cbfc591ded875656c4.zip
Do not install pf related man pages if WITHOUT_PF is set.
PR: bin/171767 Submitted by: zeising Approved by: joel (mentor), glebius
Notes
Notes: svn path=/head/; revision=240689
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 2c56fc89b2a1..090fe0a1d813 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -50,8 +50,6 @@ MAN= acct.5 \
passwd.5 \
pbm.5 \
periodic.conf.5 \
- pf.conf.5 \
- pf.os.5 \
phones.5 \
portindex.5 \
portsnap.conf.5 \
@@ -91,6 +89,11 @@ MAN+= hesiod.conf.5
MAN+= nandfs.5
.endif
+.if ${MK_PF} != "no"
+MAN+= pf.conf.5 \
+ pf.os.5
+.endif
+
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
_boot.config.5= boot.config.5
.endif