summaryrefslogtreecommitdiff
path: root/etc/Makefile
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 /etc/Makefile
parent22917b7e0ecd93f64a7112bec084ea385e0f5d1d (diff)
downloadsrc-test-1b491096a4a27fd09154c9c03302913bceca9a28.tar.gz
src-test-1b491096a4a27fd09154c9c03302913bceca9a28.zip
Move install of locate.rc to usr.bin/locate/locate/
This leverages CONFS to handle the install and purges an old comment. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17215
Notes
Notes: svn path=/head/; revision=338758
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 11f18d6e4dc5e..71432a1142a75 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -26,10 +26,6 @@ BIN1= \
# NB: keep these sorted by MK_* knobs
-.if ${MK_LOCATE} != "no"
-BIN1+= ${SRCTOP}/usr.bin/locate/locate/locate.rc
-.endif
-
.if ${MK_LPR} != "no"
BIN1+= hosts.lpd printcap
.endif