5b4f007e0b
This is going to be pretty messy.... Although the vendor import was correct, both the vendor and release tags are the same "gnu"... :-/ Getting cvs to choose the correct one might be rather interesting...
8 lines
143 B
Makefile
8 lines
143 B
Makefile
# Location of librcs
|
|
|
|
.if exists(${.CURDIR}/../lib/obj)
|
|
LIBRCS= ${.CURDIR}/../lib/obj/librcs.a
|
|
.else
|
|
LIBRCS= ${.CURDIR}/../lib/librcs.a
|
|
.endif
|