From 651cbee0dbd38368992c2a0fa75af3334da5c201 Mon Sep 17 00:00:00 2001 From: gibbs Date: Wed, 11 Oct 1995 00:04:09 +0000 Subject: Remove MAKE_EBONES conditionals. They were originally placed here because of missing functionality in our libkrb which is no longer a problem. --- secure/libexec/telnetd/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'secure/libexec') 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 -- cgit v1.1