summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkcsmapper_static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkcsmapper_static/Makefile')
-rw-r--r--usr.bin/mkcsmapper_static/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/mkcsmapper_static/Makefile b/usr.bin/mkcsmapper_static/Makefile
new file mode 100644
index 0000000..0c6e10d
--- /dev/null
+++ b/usr.bin/mkcsmapper_static/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../lib/libc/iconv ${.CURDIR}/../mkcsmapper
+
+PROG= mkcsmapper_static
+SRCS= citrus_bcs.c citrus_db_factory.c citrus_db_hash.c \
+ citrus_lookup_factory.c citrus_pivot_factory.c
+NO_MAN= yes
+NO_SHARED= yes
+
+build-tools: mkcsmapper_static
+
+.include "${.CURDIR}/../mkcsmapper/Makefile.inc"
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud