summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kerberosIV/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc
index f4e8bb2..76e4198 100644
--- a/kerberosIV/Makefile.inc
+++ b/kerberosIV/Makefile.inc
@@ -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}
OpenPOWER on IntegriCloud