diff options
author | kris <kris@FreeBSD.org> | 2000-03-11 22:34:10 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-11 22:34:10 +0000 |
commit | 3a01b4185c3b7c03e003b191feab8082fbfe69ad (patch) | |
tree | e027de8c5e9953ed34789ea73ba6c5186cd97dd4 | |
parent | 86bd670bb2031a97c59251a6734bdf46455be1a7 (diff) | |
download | FreeBSD-src-3a01b4185c3b7c03e003b191feab8082fbfe69ad.zip FreeBSD-src-3a01b4185c3b7c03e003b191feab8082fbfe69ad.tar.gz |
Remove the last vestiges of libRSAglue now that it's an empty stub.
This should fix the buildworld problems some people were seeing.
Approved by: jkh
-rw-r--r-- | kerberosIV/Makefile.inc | 4 | ||||
-rw-r--r-- | usr.sbin/ppp/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/pppd/Makefile | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/kerberosIV/Makefile.inc b/kerberosIV/Makefile.inc index 7c375c0..f4e8bb2 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 349c3c2..7aed76e 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 7385f5d..8faf198 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) |