NetBSD-5.0.2/regress/include/stdint/Makefile

# $NetBSD: Makefile,v 1.1 2007/08/31 16:20:50 drochner Exp $

regress:
	${CC} ${CPPFLAGS} -c ${.CURDIR}/stdint.c

CLEANFILES+=	stdint.o

.include <bsd.prog.mk>