mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
7 lines
135 B
Makefile
7 lines
135 B
Makefile
# Location of librcs
|
|
|
|
.if exists(${.OBJDIR}/../lib)
|
|
LIBRCS= ${.OBJDIR}/../lib/librcs.a
|
|
.else
|
|
LIBRCS= ${.CURDIR}/../lib/librcs.a
|
|
.endif
|