]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - gnu/usr.bin/rcs/rlog/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.git] / gnu / usr.bin / rcs / rlog / Makefile
1 PROG=   rlog
2 SRCS=   rlog.c
3 CFLAGS+= -I${.CURDIR}/../lib
4 LDADD=  ${LIBRCS}
5 DPADD=  ${LIBRCS}
6
7 .include "../../Makefile.inc"
8 .include <bsd.prog.mk>