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