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