summaryrefslogtreecommitdiffstats
path: root/tools/regression/environ/Makefile.envctl
blob: 6298a20646dd497ef34bfbd89ecca8be374d16d4 (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}
	@sh envtest.t
OpenPOWER on IntegriCloud