NetBSD-5.0.2/regress/lib/libc/int_fmtio/Makefile

#	$NetBSD: Makefile,v 1.3 2002/09/18 05:41:39 lukem Exp $

NOMAN=		# defined

PROG=		fmtio_check
WARNS=		2 # need this!

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>