freebsd-dev/lib/libtelnet/Makefile

19 lines
379 B
Makefile
Raw Normal View History

# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-27 05:00:24 +00:00
LIB= telnet
SRCS= genget.c getent.c misc.c
CFLAGS+= -DHAS_CGETENT
NOPIC= true
1994-05-27 05:00:24 +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.
#
beforeinstall:
rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
1994-05-27 05:00:24 +00:00
.include <bsd.lib.mk>