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
/
include
/
evieext
/
Makefile
blob
d78da3175dfd491064700927b9dd91c6666218bb
1
# $NetBSD: Makefile,v 1.3 2010/05/22 02:27:07 mrg Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
.PATH
: ${
X11SRCDIR.evieext
}
6
7
INCS
=
Xeviestr.h \
8
evieproto.h
9
10
INCSDIR
=${
X11INCDIR
}/
X11
/
extensions
11
12
NOOBJ
=
# defined
13
14
PKGCONFIG
=
evieproto
15
PKGDIST
=
evieext
16
17
.
include
<
bsd.x11.mk
>
18
.
include
<
bsd.prog.mk
>