cd9a2f5c28
really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
8 lines
135 B
Makefile
8 lines
135 B
Makefile
# Location of librcs
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
LIBRCS= ${.OBJDIR}/../lib/librcs.a
|
|
.else
|
|
LIBRCS= ${.CURDIR}/../lib/librcs.a
|
|
.endif
|