mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix cut-n-paste braino.
This commit is contained in:
parent
a3d6eca585
commit
8496474adb
1 changed files with 2 additions and 2 deletions
|
|
@ -59,9 +59,9 @@ LIBCC_DRV= ${.CURDIR}/../cc_drv/libcc_drv.a
|
|||
.endif
|
||||
|
||||
.if exists(${.OBJDIR}/../cc_fbsd)
|
||||
LIBCC_FBSD= ${.OBJDIR}/../cc_fbsd/libcc_drv.a
|
||||
LIBCC_FBSD= ${.OBJDIR}/../cc_fbsd/libcc_fbsd.a
|
||||
.else
|
||||
LIBCC_FBSD= ${.CURDIR}/../cc_fbsd/libcc_drv.a
|
||||
LIBCC_FBSD= ${.CURDIR}/../cc_fbsd/libcc_fbsd.a
|
||||
.endif
|
||||
|
||||
.if exists(${.OBJDIR}/../cc_int)
|
||||
|
|
|
|||
Loading…
Reference in a new issue