diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 11:09:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 11:09:07 +0000 |
commit | bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2 (patch) | |
tree | 8a7bd21fcc50a40c35682d0db57bae61384fea80 /kerberosIV | |
parent | dc9ee408336ff8962ae4994f3965162b610501d9 (diff) | |
download | FreeBSD-src-bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2.zip FreeBSD-src-bc2e1305d8ce3a42f61469bbdbcae6f7cc3acaa2.tar.gz |
Removed now unused INTERNALSTATICLIB.
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/lib/libtelnet/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kerberosIV/lib/libtelnet/Makefile b/kerberosIV/lib/libtelnet/Makefile index 7b3f012..ba0be87 100644 --- a/kerberosIV/lib/libtelnet/Makefile +++ b/kerberosIV/lib/libtelnet/Makefile @@ -3,8 +3,6 @@ LIB= telnet INTERNALLIB= yes -INTERNALSTATICLIB=yes -NOPIC= yes SRCS= genget.c getent.c misc.c encrypt.c auth.c \ enc_des.c sra.c pk.c |