PROG    =	prog5

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

COPTS  +=	-O0 -g
CFLAGS +=	-D_GNU_SOURCE

MKINSTALL ?=	no

.include <mkc.prog.mk>
