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]
/
external
/
mit
/
xorg
/
tools
/
ucs2any
/
Makefile
blob
c974f4beaa08934788eed5bd48461389367af8f8
1
# $NetBSD: Makefile,v 1.2 2008/09/13 21:37:07 hubertf Exp $
2
3
NOMAN
=
1
4
5
.
include
<
bsd.own.mk
>
6
7
HOSTPROG
=
ucs2any
8
.PATH
: ${
X11SRCDIR.font-util
}
9
10
HOST_CPPFLAGS
= -
DDARWIN_NO_CARBON
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.hostprog.mk
>