Expand PMF_FN_* macros.
[netbsd-mini2440.git] / share / examples / rump / img2cgd / Makefile
blob6a9b59d3c4c3c1a6b48572ebd8bd5257f221d300
1 PROG= img2cgd
2 SRCS= img2cgd.c
3 NOMAN=
5 .include <bsd.own.mk>
7 RUMP_ACTION= #defined
8 CPPFLAGS+= -DCGDCONFIG_AS_LIB
9 .include "${NETBSDSRCDIR}/sbin/cgdconfig/Makefile.cgdconfig"
11 DBG= -g -O0
12 WARNS= 3
14 .include <bsd.prog.mk>