NetBSD/regress/lib/libc/int_fmtio/Makefile

11 lines
169 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/12/12 01:24:05 tv Exp $
PROG= fmtio_check
NOMAN= # defined
WARNS= 2 # need this!
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>