1994-08-05 02:02:36 +00:00
|
|
|
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
|
1998-10-11 16:33:02 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/08/30 13:07:16 markm Exp $
|
1994-05-27 05:00:24 +00:00
|
|
|
|
|
|
|
LIB= telnet
|
1994-08-12 22:41:29 +00:00
|
|
|
SRCS= genget.c getent.c misc.c
|
1994-08-05 02:02:36 +00:00
|
|
|
CFLAGS+= -DHAS_CGETENT
|
1998-08-29 20:23:14 +00:00
|
|
|
NOPIC= true
|
1994-05-27 05:00:24 +00:00
|
|
|
|
1998-08-30 13:07:16 +00:00
|
|
|
#
|
1998-10-11 16:33:02 +00: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 13:07:16 +00:00
|
|
|
#
|
|
|
|
beforeinstall:
|
1998-10-11 16:33:02 +00:00
|
|
|
rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
|
1998-08-30 13:07:16 +00:00
|
|
|
|
1994-05-27 05:00:24 +00:00
|
|
|
.include <bsd.lib.mk>
|
|
|
|
|