PROG=fputest4

NOMAN=

CFLAGS+=-m4

.include <bsd.prog.mk>

test: ${PROG}
	./${PROG}
