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

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

CLEANFILES=	${PROG}.core

MAN=

.include <bsd.prog.mk>

test: ${PROG}
	@./timings
OpenPOWER on IntegriCloud