PROG= rlog SRCS= rlog.c CFLAGS+= -I${.CURDIR}/../lib LDADD= ${LIBRCS} DPADD= ${LIBRCS} .include "../../Makefile.inc" .include