summaryrefslogtreecommitdiffstats
path: root/tools/regression/environ/Makefile.envctl
blob: fc90499b5342cce1d514f0df37684f0152beedf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $FreeBSD$
#
SRCS=	envctl.c
PROG=	envctl

CFLAGS+=-Wall -I../../../include

CLEANFILES=	${PROG}.core

NO_MAN=	yes

.include <bsd.prog.mk>

test: ${PROG}
	@env -i sh envtest.t
OpenPOWER on IntegriCloud