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