summaryrefslogtreecommitdiffstats
path: root/usr.bin/iconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/iconv/Makefile')
-rw-r--r--usr.bin/iconv/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/iconv/Makefile b/usr.bin/iconv/Makefile
new file mode 100644
index 0000000..7e8f6e7
--- /dev/null
+++ b/usr.bin/iconv/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+# $NetBSD: Makefile,v 1.6 2009/04/14 22:15:21 lukem Exp $
+
+.include <bsd.own.mk>
+
+PROG= iconv
+#SRCS= iconv.c
+MAN= iconv.1
+
+WARNS?= 6
+
+LDADD+= -lcrypt
+DPADD+= ${LIBCRYPT}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud