repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
x11
/
lib
/
Xinerama
/
Makefile
blob
33857632feb5ddb82c5750b9d8a3c904f6f72fed
1
# $NetBSD: Makefile,v 1.4 2005/01/21 05:15:36 rtr Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
LIB
=
Xinerama
6
.PATH
: ${
X11SRCDIR.xc
}/
lib
/${
LIB
}
7
8
SRCS
=
Xinerama.c
9
10
LIBDPLIBS
=
\
11
Xext
${
.CURDIR
}/
..
/
Xext \
12
X11
${
.CURDIR
}/
..
/
X11
/
dynamic
13
14
CPPFLAGS
+= ${
X11FLAGS.THREADS
}
15
16
.
include
<
bsd.x11.mk
>
17
.
include
<
bsd.lib.mk
>