From 1b491096a4a27fd09154c9c03302913bceca9a28 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 18 Sep 2018 20:50:07 +0000 Subject: 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 --- etc/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'etc') diff --git a/etc/Makefile b/etc/Makefile index 11f18d6e4dc5..71432a1142a7 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 -- cgit v1.2.3