svn commit: r255606 - stable/9/share/man/man5
Glen Barber
gjb at FreeBSD.org
Mon Sep 16 02:01:37 UTC 2013
Author: gjb
Date: Mon Sep 16 02:01:36 2013
New Revision: 255606
URL: http://svnweb.freebsd.org/changeset/base/255606
Log:
MFC r255505:
Do not install freebsd-update.conf.5 manual if WITHOUT_FREEBSD_UPDATE
is set.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/share/man/man5/Makefile
Directory Properties:
stable/9/share/man/man5/ (props changed)
Modified: stable/9/share/man/man5/Makefile
==============================================================================
--- stable/9/share/man/man5/Makefile Mon Sep 16 00:06:54 2013 (r255605)
+++ stable/9/share/man/man5/Makefile Mon Sep 16 02:01:36 2013 (r255606)
@@ -25,7 +25,6 @@ MAN= acct.5 \
fbtab.5 \
fdescfs.5 \
forward.5 \
- freebsd-update.conf.5 \
fs.5 \
fstab.5 \
group.5 \
@@ -80,6 +79,10 @@ MLINKS+=quota.user.5 quota.group.5
MLINKS+=rc.conf.5 rc.conf.local.5
MLINKS+=resolver.5 resolv.conf.5
+.if ${MK_FREEBSD_UPDATE} != "no"
+MAN+= freebsd-update.conf.5
+.endif
+
.if ${MK_HESIOD} != "no"
MAN+= hesiod.conf.5
.endif
More information about the svn-src-stable-9
mailing list