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