diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-26 21:12:35 +0000 |
| commit | 7f1bf9342879a7ee2dd88e11a33ae7509eab55b0 (patch) | |
| tree | a37e562f560b38e8e087a744d063186d6b1e6746 /secure/lib/libssh/Makefile | |
| parent | a964be6d2c35243e54bf5ce12c15339d331189cb (diff) | |
Diffstat (limited to 'secure/lib/libssh/Makefile')
| -rw-r--r-- | secure/lib/libssh/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile deleted file mode 100644 index 947f13a6fbb0..000000000000 --- a/secure/lib/libssh/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $FreeBSD$ -# - -SSHSRC= ${.CURDIR}/../../../crypto/openssh - -LIB= ssh -SRCS= authfd.c authfile.c aux.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 \ - key.c dispatch.c dsa.c kex.c hmac.c uuencode.c - -NOPIC= yes - -install: - -.if defined(COMPAT_GETADDRINFO) -SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c -.endif - -.include <bsd.own.mk> - -.PATH: ${SSHSRC} -.PATH: ${SSHSRC}/lib - -.if defined(MAKE_KERBEROS4) && \ - ((${MAKE_KERBEROS4} == "yes") || (${MAKE_KERBEROS4} == "YES")) -CFLAGS+= -DKRB4 -.endif # MAKE_KERBEROS4 - -.if defined(MAKE_KERBEROS5) && \ - ((${MAKE_KERBEROS5} == "yes") || (${MAKE_KERBEROS5} == "YES")) -CFLAGS+= -DKRB5 -.endif # MAKE_KERBEROS5 - -CFLAGS+= -DSKEY -DPADD+= ${LIBOPIE} -LDADD+= -lopie -SRCS+= auth-skey.c -.include <bsd.lib.mk> |
