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
/
Xxf86misc
/
Makefile
blob
1bfef7398eada01ea2325edd4f5f886b4d3c547a
1
# $NetBSD: Makefile,v 1.3 2004/01/05 02:29:30 rtr Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
LIB
=
Xxf86misc
6
.PATH
: ${
X11SRCDIR.xc
}/
lib
/${
LIB
}
7
8
SRCS
=
XF86Misc.c
9
10
LIBDPLIBS
=
\
11
Xext
${
.CURDIR
}/
..
/
Xext \
12
X11
${
.CURDIR
}/
..
/
X11
/
dynamic
13
14
.
include
<
bsd.x11.mk
>
15
.
include
<
bsd.lib.mk
>