mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
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
|