diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-05 20:25:09 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-05 20:25:09 +0000 |
commit | d24f007677093edab012470f128b2712cfce6bb5 (patch) | |
tree | 00ae97e22baa390258fbc360eaed466d8d3cec1b /secure/lib | |
parent | 1e13ec84ef9a80fec5b265a7aa970a0da519f051 (diff) | |
download | FreeBSD-src-d24f007677093edab012470f128b2712cfce6bb5.zip FreeBSD-src-d24f007677093edab012470f128b2712cfce6bb5.tar.gz |
Move ssh into a dedicated package
Flag config files as "to be merged on upgrade"
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 725ace8..624a6e0 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -19,6 +19,7 @@ SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \ kexc25519.c kexc25519c.c poly1305.c chacha.c cipher-chachapoly.c \ ssh-ed25519.c digest-openssl.c hmac.c \ sc25519.c ge25519.c fe25519.c ed25519.c verify.c hash.c blocks.c +PACKAGE= ssh # gss-genr.c should be in $SRCS but causes linking problems, so it is # compiled directly into sshd instead. |