summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/telnet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index c688c52..c5525b3 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -38,12 +38,13 @@ SRCS+= authenc.c
CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DIPSEC
DPADD+= ${LIBMP} ${LIBCRYPTO} ${LIBCRYPT} ${LIBIPSEC} ${LIBPAM}
LDADD+= -lmp -lcrypto -lcrypt -lipsec ${MINUSLPAM}
+.endif
+
.if ${MK_KERBEROS_SUPPORT} != "no"
CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write
DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN}
LDADD+= -lkrb5 -lasn1 -lcom_err -lroken
.endif
.endif
-.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud