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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
bin
/
xdriinfo
/
Makefile
blob
28cebdda0452ed5442e11b7c12744f6cade3e30e
1
# $NetBSD: Makefile,v 1.1.2.1 2004/11/15 09:12:45 rtr Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
xdriinfo
6
7
SRCS
=
xdriinfo.c
8
9
LDADD
+= -
lGL
-
lXext
-
lX11
-
lpthread
10
DPADD
+= ${
LIBGL
} ${
LIBXEXT
} ${
LIBX11
} ${
LIBPTHREAD
}
11
12
.PATH
: ${
X11SRCDIR.
${
PROG
}}
13
14
.
include
<
bsd.x11.mk
>
15
.
include
<
bsd.prog.mk
>