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
/
Xtst
/
Makefile
blob
b1dec27be4edbe574c04c834efe03bda7b95f9af
1
# $NetBSD: Makefile,v 1.5 2004/08/05 01:28:48 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
LIB
=
Xtst
6
.PATH
: ${
X11SRCDIR.xc
}/
lib
/${
LIB
}
7
8
SRCS
=
XTest.c XRecord.c
9
10
CPPFLAGS
+= ${
X11FLAGS.THREADS
}
11
12
LIBDPLIBS
=
\
13
Xext
${
.CURDIR
}/
..
/
Xext \
14
X11
${
.CURDIR
}/
..
/
X11
/
dynamic
15
16
.
include
<
bsd.x11.mk
>
17
.
include
<
bsd.lib.mk
>