]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/iconv/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / iconv / Makefile
1 # $FreeBSD$
2 # $NetBSD: Makefile,v 1.6 2009/04/14 22:15:21 lukem Exp $
3
4 .include <bsd.own.mk>
5
6 PROG=   iconv
7 #SRCS=  iconv.c
8 MAN=    iconv.1
9
10 LDADD+= -lcrypt
11 DPADD+= ${LIBCRYPT}
12
13 .include <bsd.prog.mk>