aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/environ/Makefile
blob: e248e16cb71d7f7b5dd62e1d1369cf8e32e71f08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $FreeBSD: src/tools/regression/environ/Makefile,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $
#
PROGS=	envctl retention timings

all clean test:
.for target in ${.TARGET}
.for prog in ${PROGS}
	@${MAKE} -f Makefile.${prog} ${target}
.endfor
.if make(clean)
	rm -f *~
.endif
.endfor