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]
/
share
/
examples
/
rump
/
img2cgd
/
Makefile
blob
6a9b59d3c4c3c1a6b48572ebd8bd5257f221d300
1
PROG
=
img2cgd
2
SRCS
=
img2cgd.c
3
NOMAN
=
4
5
.
include
<
bsd.own.mk
>
6
7
RUMP_ACTION
=
#defined
8
CPPFLAGS
+= -
DCGDCONFIG_AS_LIB
9
.
include
"${NETBSDSRCDIR}/sbin/cgdconfig/Makefile.cgdconfig"
10
11
DBG
= -
g
-
O0
12
WARNS
=
3
13
14
.
include
<
bsd.prog.mk
>