Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / rcs / rcs / Makefile
1 # $FreeBSD: src/gnu/usr.bin/rcs/rcs/Makefile,v 1.7.12.1 2001/04/25 12:03:54 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/rcs/rcs/Makefile,v 1.2 2003/06/17 04:25:47 dillon Exp $
3
4 PROG=   rcs
5 MAN=    rcs.1 rcsintro.1 rcsfile.5
6 CFLAGS+= -I${.CURDIR}/../lib
7 LDADD=  ${LIBRCS}
8 DPADD=  ${LIBRCS}
9
10 .include "../../Makefile.inc"
11 .include <bsd.prog.mk>