]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - gnu/usr.bin/rcs/rcs/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>