repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
share
/
i18n
/
iconv
/
Makefile
blob
3f6db8fb71049e51f5e92d6ffdc0503f8fc5e75a
1
# $NetBSD: Makefile,v 1.1 2003/06/27 08:40:59 tshiozak Exp $
2
3
BINDIR?
= /
usr
/
share
/
i18n
/
iconv
4
5
FILES
+=
iconv.
dir
6
FILESDIR
= ${
BINDIR
}
7
8
.
include
<
bsd.prog.mk
>