summaryrefslogtreecommitdiffstats
path: root/tools/regression/environ/Makefile.envctl
blob: 16b42414371fc8e01d5660265b5475a539f71a07 (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

MAN=

.include <bsd.prog.mk>

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