summaryrefslogtreecommitdiff
path: root/regress/include/stdint/Makefile
blob: fef7442aace7a38061660657740377e03fc96953 (plain)
1
2
3
4
5
6
7
8
# $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>