mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
set LIBEXECDIR (used by kipd)
This commit is contained in:
parent
12df0d6c58
commit
b5b5f8787e
1 changed files with 3 additions and 1 deletions
|
|
@ -70,7 +70,9 @@ TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet
|
|||
.endif
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../include -Wall -DHAVE_CONFIG_H \
|
||||
-I${INCLUDEOBJDIR} -DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\"
|
||||
-I${INCLUDEOBJDIR} \
|
||||
-DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\" \
|
||||
-DLIBEXECDIR=\"/usr/libexec\"
|
||||
|
||||
protos.h: ${KRB4DIR}/include/protos.H
|
||||
ln -sf ${.ALLSRC} ${.TARGET}
|
||||
|
|
|
|||
Loading…
Reference in a new issue