]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - gnu/usr.bin/rcs/rcs/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>