diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-25 20:27:28 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-10-25 20:27:28 +0000 |
commit | e8fe268cdfaec343fa3f9c68d984fab18888066d (patch) | |
tree | 0cd60882dfab33c483ad7be23bf21cf7be0243d8 /usr.bin/ssh/sshd | |
parent | 9e9af51e44fe2017e2364b45a2d1d3d43228e2e2 (diff) |
move common files to ./lib and link libssh.a, tested with and w/o obj
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r-- | usr.bin/ssh/sshd/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile index d24bd810c8f..15d6eec2554 100644 --- a/usr.bin/ssh/sshd/Makefile +++ b/usr.bin/ssh/sshd/Makefile @@ -7,11 +7,7 @@ BINDIR= /usr/sbin MAN= sshd.8 SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ - pty.c log-server.c login.c hostfile.c canohost.c servconf.c \ - tildexpand.c uidswap.c serverloop.c rsa.c buffer.c packet.c \ - xmalloc.c ttymodes.c channels.c bufaux.c authfd.c authfile.c \ - crc32.c match.c mpaux.c cipher.c compress.c deattack.c \ - nchan.c compat.c + pty.c log-server.c login.c servconf.c serverloop.c .include <bsd.own.mk> # for KERBEROS and AFS @@ -21,7 +17,6 @@ SRCS+= auth-krb4.c LDADD+= -lkrb DPADD+= ${LIBKRB} .if (${AFS} == "yes") -SRCS+= radix.c CFLAGS+= -DAFS LDADD+= -lkafs DPADD+= ${LIBKRBAFS} |