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