From b7c7d25320e020a308f6db9ee4a8bc4484665abd Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 27 Oct 1996 17:59:15 +0000 Subject: [PATCH] Use @LIB_tgetent@ git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@904 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/telnet/telnetd/Makefile.in b/appl/telnet/telnetd/Makefile.in index e881b0614..bcff79d52 100644 --- a/appl/telnet/telnetd/Makefile.in +++ b/appl/telnet/telnetd/Makefile.in @@ -49,7 +49,7 @@ all: telnetd $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) -I../../../include -I.. -I../../.. -I$(srcdir)/.. -I. -I$(srcdir) $< telnetd: $(OBJECTS) - $(CC) $(LD_FLAGS) $(LDFLAGS) -o telnetd $(OBJECTS) ../libtelnet/libtelnet.a $(KLIB) $(LIBS) + $(CC) $(LD_FLAGS) $(LDFLAGS) -o telnetd $(OBJECTS) ../libtelnet/libtelnet.a $(KLIB) $(LIBS) @LIB_tgetent@ install: all $(MKINSTALLDIRS) $(prefix)/libexec