mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
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:
parent
820b57927e
commit
38e1809ae3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57921
@ -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}
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user