mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
11 lines
158 B
Makefile
11 lines
158 B
Makefile
# $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
|
|
|
|
.include <bsd.prog.mk>
|