Makefile revision 38641
1193323Sed#	From: @(#)Makefile	8.2 (Berkeley) 12/15/93
2193323Sed#	$Id$
3193323Sed
4193323SedLIB=	telnet
5193323SedSRCS=	genget.c getent.c misc.c
6193323SedCFLAGS+= -DHAS_CGETENT
7193323SedNOPIC=	true
8193323Sed
9193323Sed#
10193323Sed# Before complaining about this, please *double-check* that you have
11193323Sed# updated the ldconfig path in /etc/rc to include /usr/lib/compat that
12193323Sed# was added in src/etc/rc rev 1.98.
13193323Sed# This is so that `ld' will not continue to generate binaries linked
14193323Sed# shared against libtelnet, so that in a future release we can move this
15193323Sed# off to a compat dist (like compat22).
16193323Sed#
17193323Sedbeforeinstall:
18193323Sed	rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
19193323Sed
20193323Sed.include <bsd.lib.mk>
21193323Sed
22193323Sed