PROG    =	prog6

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

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

MKINSTALL ?=	no

.include <mkc.prog.mk>
