1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1997-09-24 20:37:15 +00:00
|
|
|
|
|
|
|
LIB= telnet
|
|
|
|
|
1999-10-07 18:59:55 +00:00
|
|
|
SRCS= genget.c getent.c misc.c encrypt.c auth.c kerberos.c \
|
|
|
|
enc_des.c pk.c sra.c
|
1997-09-24 20:37:15 +00:00
|
|
|
|
|
|
|
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
|
1999-10-07 18:59:55 +00:00
|
|
|
-DKRB4 -DSRA -I${TELNETDIR} \
|
1997-10-02 15:03:23 +00:00
|
|
|
-I${KRB4DIR}/lib/krb
|
1997-09-24 20:37:15 +00:00
|
|
|
|
1998-08-29 20:24:54 +00:00
|
|
|
NOPIC= yes
|
|
|
|
|
1997-09-24 20:37:15 +00:00
|
|
|
INCLUDES= ${TELNETDIR}/arpa/telnet.h
|
|
|
|
|
1998-08-30 13:08:54 +00:00
|
|
|
#
|
1999-09-13 16:38:58 +00:00
|
|
|
# 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
|
|
|
|
# tn3270.
|
1998-08-30 13:08:54 +00:00
|
|
|
#
|
|
|
|
beforeinstall:
|
1999-09-13 16:38:58 +00:00
|
|
|
rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
|
1998-08-30 13:08:54 +00:00
|
|
|
|
1997-09-24 20:37:15 +00:00
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|
|
|
|
.PATH: ${TELNETDIR}/libtelnet
|