repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
usr.bin
/
iconv
/
Makefile
blob
b8a693a9e23ef33ea24d1d708920c17ae934af4a
1
# $NetBSD: Makefile,v 1.5 2006/08/26 18:17:42 christos Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
iconv
6
SRCS
=
iconv.c
7
CPPFLAGS
+= -
I.
-
I
${
.CURDIR
} -
I
${
NETBSDSRCDIR
}/
lib
/
libc
8
MAN
=
iconv
.1
9
10
LDADD
+=-
lutil
11
DPADD
+=${
LIBUTIL
}
12
13
.
include
<
bsd.prog.mk
>