summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/telnetd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/telnet/telnetd/Makefile.in')
-rw-r--r--src/appl/telnet/telnetd/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/appl/telnet/telnetd/Makefile.in b/src/appl/telnet/telnetd/Makefile.in
index 4fa637b745..40fdbefc60 100644
--- a/src/appl/telnet/telnetd/Makefile.in
+++ b/src/appl/telnet/telnetd/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=.
+thisconfigdir=..
myfulldir=appl/telnet/telnetd
-mydir=.
+mydir=telnetd
BUILDTOP=$(REL)..$(S)..$(S)..
# derived from the original Makefile.generic
#
@@ -33,6 +33,8 @@ ARPA_TELNET= $(srcdir)/../arpa/telnet.h
PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH)
PROG_RPATH=$(KRB5_LIBDIR)
+LIBS= @TELNETD_LIBS@
+
SRCS= $(srcdir)/telnetd.c \
$(srcdir)/termio-tn.c \
$(srcdir)/termios-tn.c \