Makefile revision 50476
11854Swollman#	From: @(#)Makefile	8.2 (Berkeley) 12/15/93
250476Speter# $FreeBSD: head/lib/libtelnet/Makefile 50476 1999-08-28 00:22:10Z peter $
31573Srgrimes
41573SrgrimesLIB=	telnet
52049ScsgrSRCS=	genget.c getent.c misc.c
61854SwollmanCFLAGS+= -DHAS_CGETENT
738623SmarkmNOPIC=	true
81573Srgrimes
938641Smarkm#
1040227Sbde# Remove obsolete shared libraries, if any.  We don't bother moving them
1140227Sbde# to/usr/lib/compat, since they were only used by telnet, telnetd and
1240227Sbde# tn3270.
1338641Smarkm#
1438641Smarkmbeforeinstall:
1540227Sbde	rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
1638641Smarkm
171573Srgrimes.include <bsd.lib.mk>
181573Srgrimes
19