]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libtelnet/Makefile
Old stuff laying around: Don't use a function called getstr(), that has
[FreeBSD/FreeBSD.git] / lib / libtelnet / Makefile
1 #       From: @(#)Makefile      8.2 (Berkeley) 12/15/93
2 #       $Id: Makefile,v 1.8 1998/08/30 13:07:16 markm Exp $
3
4 LIB=    telnet
5 SRCS=   genget.c getent.c misc.c
6 CFLAGS+= -DHAS_CGETENT
7 NOPIC=  true
8
9 #
10 # Remove obsolete shared libraries, if any.  We don't bother moving them
11 # to/usr/lib/compat, since they were only used by telnet, telnetd and
12 # tn3270.
13 #
14 beforeinstall:
15         rm -f ${DESTDIR}${SHLIBDIR}/lib${LIB}.so.2.0
16
17 .include <bsd.lib.mk>
18