summaryrefslogtreecommitdiffstats
path: root/kerberosIV/lib/libtelnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/lib/libtelnet/Makefile')
-rw-r--r--kerberosIV/lib/libtelnet/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/kerberosIV/lib/libtelnet/Makefile b/kerberosIV/lib/libtelnet/Makefile
index 35e936e..d1707ca 100644
--- a/kerberosIV/lib/libtelnet/Makefile
+++ b/kerberosIV/lib/libtelnet/Makefile
@@ -6,19 +6,20 @@ INTERNALLIB= yes
INTERNALSTATICLIB=yes
NOPIC= yes
-SRCS= genget.c getent.c misc.c encrypt.c auth.c kerberos.c \
- enc_des.c pk.c sra.c
+SRCS= genget.c getent.c misc.c encrypt.c auth.c \
+ enc_des.c sra.c pk.c
+SRCS+= kerberos.c
-CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
- -DKRB4 -DSRA -I${TELNETDIR} \
- -I${KRB4DIR}/lib/krb
+CFLAGS= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
+ -DSRA -I${TELNETDIR}
+CFLAGS+= -DKRB4 -I${KRB4DIR}/lib/krb
-INCS= ${TELNETDIR}/arpa/telnet.h
+INCS= ${TELNETDIR}/arpa/telnet.h
INCDIR= /usr/include/arpa
#
# Remove obsolete shared libraries, if any. We don't bother moving them
-# to/usr/lib/compat, since they were only used by telnet, telnetd and
+# to /usr/lib/compat, since they were only used by telnet, telnetd and
# tn3270.
#
beforeinstall:
OpenPOWER on IntegriCloud