PROG =		prog1

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

COPTS +=	-O0 -g

MKINSTALL ?=	no

.include <mkc.prog.mk>
