diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc index 7c375c042df7..f4e8bb268aa9 100644 --- a/kerberosIV/Makefile.inc +++ b/kerberosIV/Makefile.inc @@ -71,10 +71,6 @@ 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} diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index 349c3c286cb1..7aed76e1d5a9 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -39,10 +39,6 @@ CFLAGS+=-DHAVE_DES SRCS+= chap_ms.c LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} -.if defined(RSAREF) && ${RSAREF} == YES -LDADD+= -lRSAglue -DPADD+= ${LIBRSAGLUE} -.endif .endif .if defined(NORADIUS) diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 7385f5df6ae9..8faf198a92c5 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -34,10 +34,6 @@ CFLAGS+=-DCHAPMS SRCS+= chap_ms.c LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} -.if defined(RSAREF) && ${RSAREF} == YES -LDADD+= -lRSAglue -DPADD+= ${LIBRSAGLUE} -.endif .endif .if defined(RELEASE_CRUNCH)