rcs: Clean up the Makefiles.
[dragonfly.git] / gnu / usr.bin / rcs / rlog / Makefile
1 PROG=   rlog
2 CFLAGS+= -I${.CURDIR}/../lib
3 LDADD=  ${LIBRCS}
4 DPADD=  ${LIBRCS}
5
6 .include <bsd.prog.mk>