aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/locate/bigram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/locate/bigram/Makefile')
-rw-r--r--shell_cmds/locate/bigram/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell_cmds/locate/bigram/Makefile b/shell_cmds/locate/bigram/Makefile
new file mode 100644
index 0000000..2c5fc1b
--- /dev/null
+++ b/shell_cmds/locate/bigram/Makefile
@@ -0,0 +1,8 @@
+PROG= locate.bigram
+MAN= locate.bigram.8
+
+BINDIR=/usr/libexec
+
+CFLAGS+=-I${.CURDIR}/../locate
+
+.include <bsd.prog.mk>