Makefile revision 38641
11854Swollman#	From: @(#)Makefile	8.2 (Berkeley) 12/15/93
222993Speter#	$Id$
31573Srgrimes
41573SrgrimesLIB=	telnet
52049ScsgrSRCS=	genget.c getent.c misc.c
61854SwollmanCFLAGS+= -DHAS_CGETENT
738623SmarkmNOPIC=	true
81573Srgrimes
938641Smarkm#
1038641Smarkm# Before complaining about this, please *double-check* that you have
1138641Smarkm# updated the ldconfig path in /etc/rc to include /usr/lib/compat that
1238641Smarkm# was added in src/etc/rc rev 1.98.
1338641Smarkm# This is so that `ld' will not continue to generate binaries linked
1438641Smarkm# shared against libtelnet, so that in a future release we can move this
1538641Smarkm# off to a compat dist (like compat22).
1638641Smarkm#
1738641Smarkmbeforeinstall:
1838641Smarkm	rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
1938641Smarkm
201573Srgrimes.include <bsd.lib.mk>
211573Srgrimes
22