aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locate
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-09-18 20:50:07 +0000
committerBrad Davis <brd@FreeBSD.org>2018-09-18 20:50:07 +0000
commit1b491096a4a27fd09154c9c03302913bceca9a28 (patch)
tree4ab7560ce59f0abd239da0743d6dc48609677f2a /usr.bin/locate
parent22917b7e0ecd93f64a7112bec084ea385e0f5d1d (diff)
Notes
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile
index a139ff282028..7d56c57457c7 100644
--- a/usr.bin/locate/locate/Makefile
+++ b/usr.bin/locate/locate/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
+CONFS= locate.rc
PROG= locate
SRCS= util.c locate.c
CFLAGS+= -I${.CURDIR} -DMMAP # -DDEBUG (print time) -O2 (10% faster)
@@ -15,9 +16,5 @@ SCRIPTSNAME_${script}= locate.${script:R}
.endfor
MLINKS+= locate.updatedb.8 updatedb.8
-# only /usr/src/etc/Makefile install files in /etc
-# ${INSTALL} -o root -g wheel -m 644 \
-# ${.CURDIR}/locate.rc ${DESTDIR}/etc
-
.include "../../Makefile.inc"
.include <bsd.prog.mk>