1994-08-04 22:02:36 -04:00
|
|
|
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1994-05-27 01:00:24 -04:00
|
|
|
|
|
|
|
|
LIB= telnet
|
1994-08-12 18:41:29 -04:00
|
|
|
SRCS= genget.c getent.c misc.c
|
1994-08-04 22:02:36 -04:00
|
|
|
CFLAGS+= -DHAS_CGETENT
|
1998-08-29 16:23:14 -04:00
|
|
|
NOPIC= true
|
1994-05-27 01:00:24 -04:00
|
|
|
|
1998-08-30 09:07:16 -04:00
|
|
|
#
|
1998-10-11 12:33:02 -04:00
|
|
|
# Remove obsolete shared libraries, if any. We don't bother moving them
|
|
|
|
|
# to/usr/lib/compat, since they were only used by telnet, telnetd and
|
|
|
|
|
# tn3270.
|
1998-08-30 09:07:16 -04:00
|
|
|
#
|
|
|
|
|
beforeinstall:
|
1998-10-11 12:33:02 -04:00
|
|
|
rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
|
1998-08-30 09:07:16 -04:00
|
|
|
|
1994-05-27 01:00:24 -04:00
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|
|