freebsd-nq/kerberos5/lib/libtelnet/Makefile
Bruce Evans 84a65bd944 Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete shared
library: wrong library directory, wrong library extension and wrong
comment).  This is mainly of historical interest, if any.  The library
that gets removed is aout.
1999-09-13 16:38:58 +00:00

26 lines
544 B
Makefile

# $FreeBSD$
LIB= telnet
SRCS= genget.c getent.c misc.c encrypt.c auth.c kerberos.c enc_des.c
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
-DKRB4 -I${TELNETDIR} \
-I${KRB4DIR}/lib/krb
NOPIC= yes
INCLUDES= ${TELNETDIR}/arpa/telnet.h
#
# 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.
#
beforeinstall:
rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
.include <bsd.lib.mk>
.PATH: ${TELNETDIR}/libtelnet