xref: /freebsd/tools/regression/environ/Makefile.retention (revision 264104f26834fdb27974e0c5fdedf8f2f5a90383)
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