From fc557ff7d97438559e69347575f5aa8ef03a5f50 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Feb 2000 14:29:47 +0000 Subject: Vendor import of OpenSSH. --- crypto/openssh/lib/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 crypto/openssh/lib/Makefile (limited to 'crypto/openssh/lib') diff --git a/crypto/openssh/lib/Makefile b/crypto/openssh/lib/Makefile new file mode 100644 index 0000000..8f7e4f7 --- /dev/null +++ b/crypto/openssh/lib/Makefile @@ -0,0 +1,25 @@ +.PATH: ${.CURDIR}/.. + +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 + +NOPROFILE= yes +NOPIC= yes + +install: + @echo -n + +.include + +.if (${KERBEROS} == "yes") +CFLAGS+= -DKRB4 -I/usr/include/kerberosIV +.if (${AFS} == "yes") +CFLAGS+= -DAFS +SRCS+= radix.c +.endif # AFS +.endif # KERBEROS + +.include -- cgit v1.1