summaryrefslogtreecommitdiffstats
path: root/lib/libtelnet
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
committerru <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
commit98c6ecb383b916a560f33c7ea2a31eef6a9a408e (patch)
treee2334cdc0acdb67f74fc23b4d48794daac1dfb9b /lib/libtelnet
parent79cf991a6bd845fad54bd6a15892cb5aaf74b223 (diff)
downloadFreeBSD-src-98c6ecb383b916a560f33c7ea2a31eef6a9a408e.zip
FreeBSD-src-98c6ecb383b916a560f33c7ea2a31eef6a9a408e.tar.gz
Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.
Approved by: markm
Diffstat (limited to 'lib/libtelnet')
-rw-r--r--lib/libtelnet/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index 9e79174..8ee7129 100644
--- a/lib/libtelnet/Makefile
+++ b/lib/libtelnet/Makefile
@@ -2,9 +2,13 @@
# $FreeBSD$
LIB= telnet
+
+INTERNALLIB=yes
+INTERNALSTATICLIB=yes
+NOPIC= yes
+
SRCS= genget.c getent.c misc.c
CFLAGS+= -DHAS_CGETENT
-NOPIC= true
#
# Remove obsolete shared libraries, if any. We don't bother moving them
OpenPOWER on IntegriCloud