summaryrefslogtreecommitdiffstats
path: root/tools/test/iconv/gnu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/iconv/gnu/Makefile')
-rw-r--r--tools/test/iconv/gnu/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/test/iconv/gnu/Makefile b/tools/test/iconv/gnu/Makefile
new file mode 100644
index 0000000..f5fea7b
--- /dev/null
+++ b/tools/test/iconv/gnu/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PROG= gnu
+NO_MAN= yes
+
+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