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]
/
x11
/
bin
/
xmkmf
/
Makefile
blob
1706e2e72ce883e37582b054d35dc4183a444ce7
1
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:07 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
CPPSCRIPTS
=
xmkmf
6
CPPSCRIPTFLAGS
= -
DCONFIGDIRSPEC
=
\"
-
I
${
X11LIBDIR
}/
config
\"
7
SCRIPTS
= ${
CPPSCRIPTS
}
8
MAN
=
xmkmf
.1
9
10
.PATH
: ${
X11SRCDIR.xc
}/
config
/
util
11
12
.
include
<
bsd.x11.mk
>
13
.
include
<
bsd.prog.mk
>