diff options
Diffstat (limited to 'usr.bin/locate/bigram/Makefile')
-rw-r--r-- | usr.bin/locate/bigram/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile new file mode 100644 index 000000000000..1cd04c88496a --- /dev/null +++ b/usr.bin/locate/bigram/Makefile @@ -0,0 +1,6 @@ +PROG= locate.bigram +MAN= +BINDIR= ${LIBEXECDIR} +CFLAGS+= -I${.CURDIR}/../locate + +.include <bsd.prog.mk> |