NetBSD/share/examples/rump/img2cgd/Makefile
pooka eb2ef0c632 Use RUMP_ACTION to avoid having to specify the same information
in the Makefiles of all the consumers.
2009-12-19 15:03:34 +00:00

15 lines
220 B
Makefile

PROG= img2cgd
SRCS= img2cgd.c
NOMAN=
.include <bsd.own.mk>
RUMP_ACTION= #defined
CPPFLAGS+= -DCGDCONFIG_AS_LIB
.include "${NETBSDSRCDIR}/sbin/cgdconfig/Makefile.cgdconfig"
DBG= -g -O0
WARNS= 3
.include <bsd.prog.mk>