Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150789194
D17215.id48156.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
955 B
Referenced Files
None
Subscribers
None
D17215.id48156.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17215: Move the install of locate.rc to usr.bin/locate/
Attached
Detach File
Event Timeline
Log In to Comment