1# From: @(#)Makefile 8.2 (Berkeley) 12/15/93 2# $Id$ 3 4LIB= telnet 5SRCS= genget.c getent.c misc.c 6CFLAGS+= -DHAS_CGETENT 7NOPIC= true 8 9# 10# Before complaining about this, please *double-check* that you have 11# updated the ldconfig path in /etc/rc to include /usr/lib/compat that 12# was added in src/etc/rc rev 1.98. 13# This is so that `ld' will not continue to generate binaries linked 14# shared against libtelnet, so that in a future release we can move this 15# off to a compat dist (like compat22). 16# 17beforeinstall: 18 rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} 19 20.include <bsd.lib.mk> 21 22