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

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