]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/rcs/rcs/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / gnu / usr.bin / rcs / rcs / Makefile
1 # $FreeBSD$
2
3 PROG=   rcs
4 MAN=    rcs.1 rcsintro.1 rcsfile.5
5 CFLAGS+= -I${.CURDIR}/../lib
6 LDADD=  ${LIBRCS}
7 DPADD=  ${LIBRCS}
8
9 .include "../../Makefile.inc"
10 .include <bsd.prog.mk>