summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eBones/lib/libtelnet/Makefile4
-rw-r--r--eBones/libexec/telnetd/Makefile2
-rw-r--r--eBones/usr.bin/telnet/Makefile2
-rw-r--r--secure/lib/libtelnet/Makefile4
-rw-r--r--secure/libexec/telnetd/Makefile2
-rw-r--r--secure/usr.bin/telnet/Makefile2
6 files changed, 2 insertions, 14 deletions
diff --git a/eBones/lib/libtelnet/Makefile b/eBones/lib/libtelnet/Makefile
index 829a87a..013f3be 100644
--- a/eBones/lib/libtelnet/Makefile
+++ b/eBones/lib/libtelnet/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $Id: Makefile,v 1.9 1995/08/05 19:10:17 ache Exp $
+# $Id: Makefile,v 1.10 1995/09/14 21:29:05 gibbs Exp $
LIB= telnet
SRCS= auth.c encrypt.c genget.c getent.c misc.c
@@ -11,7 +11,6 @@ CFLAGS+= -DHAS_CGETENT
CFLAGS+= -DENCRYPTION -DAUTHENTICATION
-.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV -DDES_ENCRYPTION
# KRB4_ENCPWD not yet defined
@@ -21,7 +20,6 @@ SRCS+= kerberos.c
#SRCS+= krb4encpwd.c
LDADD+= -ldes -lkrb
.endif
-.endif
.if exists(/usr/lib/libkrb5.a)
CFLAGS+= -DKRB5 -DFORWARD -DDES_ENCRYPTION
diff --git a/eBones/libexec/telnetd/Makefile b/eBones/libexec/telnetd/Makefile
index 0bd111c..dbce8c4 100644
--- a/eBones/libexec/telnetd/Makefile
+++ b/eBones/libexec/telnetd/Makefile
@@ -19,11 +19,9 @@ CFLAGS+=-I${.CURDIR}/../../lib
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
-.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
LDADD+= -ldes -lkrb
.endif
-.endif
.if exists(/usr/lib/libkrb5.a)
LDADD+= -ldes -lkrb5
diff --git a/eBones/usr.bin/telnet/Makefile b/eBones/usr.bin/telnet/Makefile
index 3144b0c..5314ad7 100644
--- a/eBones/usr.bin/telnet/Makefile
+++ b/eBones/usr.bin/telnet/Makefile
@@ -45,12 +45,10 @@ DPADD+= ${TELNETOBJDIR}/libtelnet.a
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
-.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
CFLAGS+= -DKRB4
LDADD+= -ldes -lkrb
.endif
-.endif
.if exists(/usr/lib/libkrb5.a)
CFLAGS+= -DKRB5 -DFORWARD
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile
index 829a87a..013f3be 100644
--- a/secure/lib/libtelnet/Makefile
+++ b/secure/lib/libtelnet/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
-# $Id: Makefile,v 1.9 1995/08/05 19:10:17 ache Exp $
+# $Id: Makefile,v 1.10 1995/09/14 21:29:05 gibbs Exp $
LIB= telnet
SRCS= auth.c encrypt.c genget.c getent.c misc.c
@@ -11,7 +11,6 @@ CFLAGS+= -DHAS_CGETENT
CFLAGS+= -DENCRYPTION -DAUTHENTICATION
-.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
CFLAGS+= -DKRB4 -I/usr/include/kerberosIV -DDES_ENCRYPTION
# KRB4_ENCPWD not yet defined
@@ -21,7 +20,6 @@ SRCS+= kerberos.c
#SRCS+= krb4encpwd.c
LDADD+= -ldes -lkrb
.endif
-.endif
.if exists(/usr/lib/libkrb5.a)
CFLAGS+= -DKRB5 -DFORWARD -DDES_ENCRYPTION
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index 0bd111c..dbce8c4 100644
--- a/secure/libexec/telnetd/Makefile
+++ b/secure/libexec/telnetd/Makefile
@@ -19,11 +19,9 @@ CFLAGS+=-I${.CURDIR}/../../lib
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
-.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
LDADD+= -ldes -lkrb
.endif
-.endif
.if exists(/usr/lib/libkrb5.a)
LDADD+= -ldes -lkrb5
diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile
index 3144b0c..5314ad7 100644
--- a/secure/usr.bin/telnet/Makefile
+++ b/secure/usr.bin/telnet/Makefile
@@ -45,12 +45,10 @@ DPADD+= ${TELNETOBJDIR}/libtelnet.a
CFLAGS+=-DAUTHENTICATION -DENCRYPTION
-.ifdef MAKE_EBONES
.if exists(/usr/lib/libkrb.a)
CFLAGS+= -DKRB4
LDADD+= -ldes -lkrb
.endif
-.endif
.if exists(/usr/lib/libkrb5.a)
CFLAGS+= -DKRB5 -DFORWARD
OpenPOWER on IntegriCloud