summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet/Makefile
blob: 9e791748797a2f346833750b31ed2b319348b5e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	From: @(#)Makefile	8.2 (Berkeley) 12/15/93
# $FreeBSD$

LIB=	telnet
SRCS=	genget.c getent.c misc.c
CFLAGS+= -DHAS_CGETENT
NOPIC=	true

#
# 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

.include <bsd.lib.mk>

OpenPOWER on IntegriCloud