xref: /freebsd-src/tools/regression/environ/Makefile.retention (revision e71b70530d95c4f34d8bdbd78d1242df1ba4a945)
1#
2# $FreeBSD$
3#
4SRCS=	retention.c
5PROG=	retention
6
7CFLAGS+=-Wall -I../../../include
8
9CLEANFILES=	*~ ${PROG}.core
10
11MAN=
12
13.include <bsd.prog.mk>
14
15test: ${PROG}
16	@./${PROG}
17