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
This commit is contained in:
Kris Kennaway 2000-03-11 22:34:10 +00:00
parent 820b57927e
commit 38e1809ae3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57921
3 changed files with 0 additions and 12 deletions

View file

@ -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}

View file

@ -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)

View file

@ -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)