summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-08-20 12:04:53 +0000
committermarkm <markm@FreeBSD.org>2001-08-20 12:04:53 +0000
commit98d3c6bc197eb678ca324345c95491f2226219c2 (patch)
tree122fb8c599a7c1722fcbffd583c96fc5ac5dee5c /lib/libtelnet/Makefile
parente5aeafb88ac1c0cc0a8ad38e45fc3ba78dd10c08 (diff)
downloadFreeBSD-src-98d3c6bc197eb678ca324345c95491f2226219c2.zip
FreeBSD-src-98d3c6bc197eb678ca324345c95491f2226219c2.tar.gz
No functional changes, but:
o unifdef AUTHENTICATE. We have never compiled this code, and its doubtful it will even work in this case. o Style changes (some ansification, some comment updating) o Diff reduction and code style merging with crypto telnet.
Diffstat (limited to 'lib/libtelnet/Makefile')
-rw-r--r--lib/libtelnet/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index 8ee7129..ec46670 100644
--- a/lib/libtelnet/Makefile
+++ b/lib/libtelnet/Makefile
@@ -1,18 +1,18 @@
# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $FreeBSD$
-LIB= telnet
+LIB= telnet
-INTERNALLIB=yes
+INTERNALLIB= yes
INTERNALSTATICLIB=yes
-NOPIC= yes
+NOPIC= yes
-SRCS= genget.c getent.c misc.c
-CFLAGS+= -DHAS_CGETENT
+SRCS= genget.c getent.c misc.c
+CFLAGS+= -DHAS_CGETENT
#
# 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
+# to /usr/lib/compat, since they were only used by telnet, telnetd and
# tn3270.
#
beforeinstall:
OpenPOWER on IntegriCloud