Makefile.envctl revision 171195
1#
2# $FreeBSD: head/tools/regression/environ/Makefile.envctl 171195 2007-07-04 00:00:41Z scf $
3#
4SRCS=	envctl.c
5PROG=	envctl
6
7CFLAGS+=-Wall -I../../../include
8
9CLEANFILES=	${PROG}.core
10
11NO_MAN=	yes
12
13.include <bsd.prog.mk>
14
15test: ${PROG}
16	@sh envtest.t
17