mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
centralize obj/noobj conditional in Makefile.inc use DPADD don't compile profiling library install rcsfreeze correctly After this commit, the freebsd and netbsd rcs distribution will be in sync.
7 lines
143 B
Makefile
7 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
|