summaryrefslogtreecommitdiffstats
path: root/usr.bin/gencat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gencat/Makefile')
-rw-r--r--usr.bin/gencat/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile
new file mode 100644
index 0000000..b738deb
--- /dev/null
+++ b/usr.bin/gencat/Makefile
@@ -0,0 +1,9 @@
+# $Id$
+
+PROG= gencat
+SRCS= gencat.c genlib.c
+NOMAN= yes
+
+CFLAGS+= -I${.CURDIR}/../../lib/libc/nls
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud