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
|
|
|
|
2001-08-20 08:04:53 -04:00
|
|
|
LIB= telnet
|
2001-03-28 07:08:22 -05:00
|
|
|
|
2001-08-20 08:04:53 -04:00
|
|
|
INTERNALLIB= yes
|
2001-03-28 07:08:22 -05:00
|
|
|
INTERNALSTATICLIB=yes
|
2001-08-20 08:04:53 -04:00
|
|
|
NOPIC= yes
|
2001-03-28 07:08:22 -05:00
|
|
|
|
2001-08-20 08:04:53 -04:00
|
|
|
SRCS= genget.c getent.c misc.c
|
|
|
|
|
CFLAGS+= -DHAS_CGETENT
|
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
|
2001-08-20 08:04:53 -04:00
|
|
|
# to /usr/lib/compat, since they were only used by telnet, telnetd and
|
1998-10-11 12:33:02 -04:00
|
|
|
# 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>
|
|
|
|
|
|