xref: /dragonfly/gnu/usr.bin/rcs/Makefile.inc (revision 984263bc)
1# Location of librcs
2
3.if exists(${.OBJDIR}/../lib)
4LIBRCS=	${.OBJDIR}/../lib/librcs.a
5.else
6LIBRCS=	${.CURDIR}/../lib/librcs.a
7.endif
8