summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/rcs/Makefile.inc
blob: cd593eda1c7c7f7556882b384f7b7ebbb402ed0c (plain)
1
2
3
4
5
6
7
# Location of librcs

.if exists(${.CURDIR}/../lib/obj)
LIBRCS=	${.CURDIR}/../lib/obj/librcs.a
.else
LIBRCS=	${.CURDIR}/../lib/librcs.a
.endif
OpenPOWER on IntegriCloud