Makefile.retention revision 276486
1#
2# $FreeBSD: stable/10/tools/regression/environ/Makefile.retention 276486 2014-12-31 23:25:37Z ngie $
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