aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-28 12:08:22 +0000
commit4ecbb303465d9a56a783068c2bcd2cf6255b6d4f (patch)
tree76b10b0143fafad620c24bc602b75b051186f1c9 /secure/lib
parent1005a129e5ff4af4709d281023e8a101a28fcb82 (diff)
downloadsrc-4ecbb303465d9a56a783068c2bcd2cf6255b6d4f.tar.gz
src-4ecbb303465d9a56a783068c2bcd2cf6255b6d4f.zip
Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.
Approved by: markm
Notes
Notes: svn path=/head/; revision=74928
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libtelnet/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile
index 23a0d0e43803..10760d51b871 100644
--- a/secure/lib/libtelnet/Makefile
+++ b/secure/lib/libtelnet/Makefile
@@ -2,14 +2,16 @@
LIB= telnet
+INTERNALLIB= yes
+INTERNALSTATICLIB=yes
+NOPIC= yes
+
SRCS= genget.c getent.c misc.c encrypt.c auth.c \
enc_des.c pk.c
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
-I${TELNETDIR}
-NOPIC= yes
-
INCS= ${TELNETDIR}/arpa/telnet.h
INCDIR= /usr/include/arpa