From 42e2c9f18f70b6a856e799063a0188d067aac1c4 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Mon, 4 Oct 2010 01:07:04 +0000 Subject: [PATCH] No longer install /etc/manpath.config since the BSDL man utilities don't use it. Approved by: wes (mentor) --- etc/Makefile | 4 ---- 1 file changed, 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