summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-31 13:29:36 +0000
committeryar <yar@FreeBSD.org>2006-07-31 13:29:36 +0000
commitfe55b573c001c66187da635932a9d849f4dd2616 (patch)
treea7f76bec876094eb0068c0b7890246e6f2f2c3fb /lib
parent09bab3681df99ea60451587430c27cebf93d07d3 (diff)
downloadFreeBSD-src-fe55b573c001c66187da635932a9d849f4dd2616.zip
FreeBSD-src-fe55b573c001c66187da635932a9d849f4dd2616.tar.gz
Stop enforcing dependencies between MK_* options at Makefile level.
All the dependencies are satisfied now in <bsd.own.mk>.
Diffstat (limited to 'lib')
-rw-r--r--lib/libtelnet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index eda86aa..37eb8f6 100644
--- a/lib/libtelnet/Makefile
+++ b/lib/libtelnet/Makefile
@@ -19,13 +19,14 @@ WARNS?= 0
.if ${MK_OPENSSL} != "no"
SRCS+= encrypt.c auth.c enc_des.c sra.c pk.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA
+.endif
+
.if ${MK_KERBEROS_SUPPORT} != "no"
SRCS+= kerberos5.c
CFLAGS+= -DKRB5 -I${KRB5DIR}/lib/krb5 -I${KRB5OBJDIR} -I${ASN1OBJDIR}
CFLAGS+= -DFORWARD -Dnet_write=telnet_net_write
.endif
.endif
-.endif
INCS= ${TELNETDIR}/arpa/telnet.h
INCSDIR= ${INCLUDEDIR}/arpa
OpenPOWER on IntegriCloud