diff options
author | markm <markm@FreeBSD.org> | 2000-02-24 22:39:24 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-24 22:39:24 +0000 |
commit | 60d4791e244d788bcb29871ccf6ed170542c0fe5 (patch) | |
tree | 1105829e13fae91770d614ad7bac48d191d640bf /secure/lib/libssh | |
parent | 20612f21c7913b6d9b525c2e0cc393be37591775 (diff) | |
download | FreeBSD-src-60d4791e244d788bcb29871ccf6ed170542c0fe5.zip FreeBSD-src-60d4791e244d788bcb29871ccf6ed170542c0fe5.tar.gz |
Remove port components not needed in 4.n+
Submitted by: Half the freaking planet....
Diffstat (limited to 'secure/lib/libssh')
-rw-r--r-- | secure/lib/libssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 563a156..f0e338c 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -7,8 +7,7 @@ LIB= ssh SRCS= authfd.c authfile.c bufaux.c buffer.c canohost.c channels.c \ cipher.c compat.c compress.c crc32.c deattack.c fingerprint.c \ hostfile.c log.c match.c mpaux.c nchan.c packet.c readpass.c \ - rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \ - strlcat.c strlcpy.c + rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c NOPIC= yes |