Makefile revision 81961
11854Swollman#	From: @(#)Makefile	8.2 (Berkeley) 12/15/93
250476Speter# $FreeBSD: head/lib/libtelnet/Makefile 81961 2001-08-20 12:04:53Z markm $
31573Srgrimes
481961SmarkmLIB=		telnet
574928Sru
681961SmarkmINTERNALLIB=	yes
774928SruINTERNALSTATICLIB=yes
881961SmarkmNOPIC=		yes
974928Sru
1081961SmarkmSRCS=		genget.c getent.c misc.c
1181961SmarkmCFLAGS+= 	-DHAS_CGETENT
121573Srgrimes
1338641Smarkm#
1440227Sbde# Remove obsolete shared libraries, if any.  We don't bother moving them
1581961Smarkm# 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