aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/gencat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'adv_cmds/gencat/Makefile')
-rw-r--r--adv_cmds/gencat/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/adv_cmds/gencat/Makefile b/adv_cmds/gencat/Makefile
new file mode 100644
index 0000000..c5df80c
--- /dev/null
+++ b/adv_cmds/gencat/Makefile
@@ -0,0 +1,5 @@
+PROG= gencat
+SRCS= gencat.c \
+ genlib.c
+
+.include <bsd.prog.mk>