This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / usr.bin / rcs / Makefile.inc
# Location of librcs
.if exists(${.CURDIR}/../lib/obj)
LIBRCS= ${.CURDIR}/../lib/obj/librcs.a
.else
LIBRCS= ${.CURDIR}/../lib/librcs.a
.endif