Page MenuHomeFreeBSD

D17215.id48156.diff
No OneTemporary

D17215.id48156.diff

Index: etc/Makefile
===================================================================
--- etc/Makefile
+++ etc/Makefile
@@ -26,10 +26,6 @@
# 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
Index: usr.bin/locate/locate/Makefile
===================================================================
--- usr.bin/locate/locate/Makefile
+++ 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 @@
.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>

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 1:52 AM (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30860388
Default Alt Text
D17215.id48156.diff (955 B)

Event Timeline