aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/locate/code/Makefile
blob: 4c06f7758ed05fc38ac74e63c997eed8cbc18a40 (plain) (blame)
1
2
3
4
5
6
7
8
PROG=	locate.code
MAN=	locate.code.8

BINDIR=/usr/libexec

CFLAGS+=-I../locate

.include <bsd.prog.mk>