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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
x11
/
bin
/
ccmakedep
/
Makefile
blob
58878f555182fc916200e85593e917d29f5abfad
1
# $NetBSD: Makefile,v 1.1 2003/09/15 08:31:02 lukem Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
CPPSCRIPTS
=
ccmakedep
6
CPPSCRIPTFLAGS
= -
DPREPROC
=
'"gcc -E -traditional"'
7
SCRIPTS
= ${
CPPSCRIPTS
}
8
MAN
=
ccmakedep
.1
9
10
BUILDSYMLINKS
=
mdepend.
cpp
ccmakedep.
cpp
11
12
.PATH
: ${
X11SRCDIR.xc
}/
config
/
util
13
14
.
include
<
bsd.x11.mk
>
15
.
include
<
bsd.prog.mk
>