usr.sbin/makefs/hammer2: Sync with recent userspace ondisk.c changes
[dragonfly.git] / usr.bin / locate / locate / Makefile
blob9ce7dd6dd103bc99fcb64f7b4dab51325ce538e3
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/locate/locate/Makefile,v 1.11.2.4 2002/08/07 16:32:01 ru Exp $
4 PROG= locate
5 SRCS= util.c locate.c
6 CFLAGS+= -I${.CURDIR} -DMMAP # -DDEBUG (print time) -O2 (10% faster)
7 SCRIPTS=updatedb.sh mklocatedb.sh concatdb.sh
8 MAN= locate.1 locate.updatedb.8
10 SCRIPTSDIR= ${LIBEXECDIR}
11 .for script in ${SCRIPTS}
12 SCRIPTSNAME_${script}= locate.${script:R}
13 .endfor
14 MLINKS+= locate.updatedb.8 updatedb.8
16 # only /usr/src/etc/Makefile install files in /etc
17 # ${INSTALL} -o root -g wheel -m 644 \
18 # ${.CURDIR}/locate.rc ${DESTDIR}/etc
20 .include <bsd.prog.mk>