summaryrefslogtreecommitdiffstats
path: root/kerberosIV/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/Makefile.inc')
-rw-r--r--kerberosIV/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc
index f4e8bb2..7c375c0 100644
--- a/kerberosIV/Makefile.inc
+++ b/kerberosIV/Makefile.inc
@@ -71,6 +71,10 @@ TELNETOBJDIR= ${.CURDIR}/../../lib/libtelnet
CFLAGS+= -I${.CURDIR}/../../include -Wall -DHAVE_CONFIG_H \
-I${INCLUDEOBJDIR} -DBINDIR=\"/usr/bin\" -DSBINDIR=\"/usr/sbin\"
+.if defined(RSAREF) && ${RSAREF} == YES
+LDADD+= -lRSAglue
+DPADD+= ${LIBRSAGLUE}
+.endif
protos.h: ${KRB4DIR}/include/protos.H
ln -sf ${.ALLSRC} ${.TARGET}
OpenPOWER on IntegriCloud