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

BINDIR=/usr/libexec

CFLAGS+=-I../locate

.include <bsd.prog.mk>