PROG =		prog2

# ${.CURDIR}/ is for test only
SRCS =		${.CURDIR}/prog2.c

COPTS +=	-O0 -g

MKINSTALL ?=	no

.include <mkc.prog.mk>
