xref: /dragonfly/gnu/usr.bin/rcs/rcs/Makefile (revision 36a3d1d6)
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
4PROG=	rcs
5MAN=	rcs.1 rcsintro.1 rcsfile.5
6CFLAGS+= -I${.CURDIR}/../lib
7LDADD=  ${LIBRCS}
8DPADD=  ${LIBRCS}
9
10.include "../../Makefile.inc"
11.include <bsd.prog.mk>
12