aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2010-10-04 01:07:04 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2010-10-04 01:07:04 +0000
commit42e2c9f18f70b6a856e799063a0188d067aac1c4 (patch)
tree7c64481306113177ae2ea7c573f202d2c976e7ea /etc
parent023f0373a13c40fc25d6a415b4ff24b7cb772209 (diff)
downloadsrc-42e2c9f18f70b6a856e799063a0188d067aac1c4.tar.gz
src-42e2c9f18f70b6a856e799063a0188d067aac1c4.zip
No longer install /etc/manpath.config since the BSDL man utilities
don't use it. Approved by: wes (mentor)
Notes
Notes: svn path=/head/; revision=213394
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index cbfc1ed2c6b6..83bc50ae48e6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -68,10 +68,6 @@ BIN1+= hosts.lpd printcap
BIN1+= ${.CURDIR}/../usr.bin/mail/misc/mail.rc
.endif
-.if ${MK_MAN_UTILS} != "no"
-BIN1+= ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config
-.endif
-
.if ${MK_NTP} != "no"
BIN1+= ntp.conf
.endif