summaryrefslogtreecommitdiffstats
path: root/tools/test/iconv/refgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/iconv/refgen/Makefile')
-rw-r--r--tools/test/iconv/refgen/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/test/iconv/refgen/Makefile b/tools/test/iconv/refgen/Makefile
new file mode 100644
index 0000000..59fb548
--- /dev/null
+++ b/tools/test/iconv/refgen/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../tablegen
+
+PROG= refgen
+NO_MAN= yes
+SRCS= tablegen.c
+
+WARNS?= 3
+CFLAGS+= -L/usr/local/lib -I/usr/local/include
+LDADD= -liconv
+DPADD= /usr/local/lib/libiconv.a
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud