Makefile revision 74928
11854Swollman#	From: @(#)Makefile	8.2 (Berkeley) 12/15/93
250476Speter# $FreeBSD: head/lib/libtelnet/Makefile 74928 2001-03-28 12:08:22Z ru $
31573Srgrimes
41573SrgrimesLIB=	telnet
574928Sru
674928SruINTERNALLIB=yes
774928SruINTERNALSTATICLIB=yes
874928SruNOPIC=	yes
974928Sru
102049ScsgrSRCS=	genget.c getent.c misc.c
111854SwollmanCFLAGS+= -DHAS_CGETENT
121573Srgrimes
1338641Smarkm#
1440227Sbde# Remove obsolete shared libraries, if any.  We don't bother moving them
1540227Sbde# to/usr/lib/compat, since they were only used by telnet, telnetd and
1640227Sbde# tn3270.
1738641Smarkm#
1838641Smarkmbeforeinstall:
1940227Sbde	rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
2038641Smarkm
211573Srgrimes.include <bsd.lib.mk>
221573Srgrimes
23