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