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

BINDIR=/usr/libexec

CFLAGS+=-I${.CURDIR}/../locate

.include <bsd.prog.mk>