From 2bb8de20fe30f1cc02ae127bd04e473b19e23441 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 10 Jun 2005 06:12:53 +0000 Subject: Remove kludges intended to support src trees with partial obj trees. Discussed with: ru --- libexec/telnetd/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libexec/telnetd') diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 293ecdc..68b2be6 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -19,11 +19,7 @@ CFLAGS+= -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS -DOLD_ENVIRON \ WARNS?= 2 WFORMAT?= 0 -.if exists(${.OBJDIR}/../../lib/libtelnet) LIBTELNET= ${.OBJDIR}/../../lib/libtelnet/libtelnet.a -.else -LIBTELNET= ${.CURDIR}/../../lib/libtelnet/libtelnet.a -.endif DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} LDADD= -lutil -ltermcap ${LIBTELNET} -- cgit v1.1