]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/lib/libtelnet/Makefile
This commit was generated by cvs2svn to compensate for changes in r76726,
[FreeBSD/FreeBSD.git] / kerberos5 / lib / libtelnet / Makefile
1 # $FreeBSD$
2
3 LIB=            telnet
4
5 INTERNALLIB=    yes
6 INTERNALSTATICLIB=yes
7 NOPIC=          yes
8
9 SRCS=           genget.c getent.c misc.c encrypt.c auth.c kerberos.c \
10                 enc_des.c pk.c sra.c
11
12 CFLAGS+=        -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
13                 -DKRB4 -DSRA -I${TELNETDIR} \
14                 -I${KRB4DIR}/lib/krb
15
16 INCS=           ${TELNETDIR}/arpa/telnet.h 
17 INCDIR=         /usr/include/arpa
18
19 #
20 # Remove obsolete shared libraries, if any.  We don't bother moving them
21 # to/usr/lib/compat, since they were only used by telnet, telnetd and
22 # tn3270.
23 #
24 beforeinstall:
25         rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
26
27 .include <bsd.lib.mk>
28
29 .PATH:  ${TELNETDIR}/libtelnet