Deleted Added
full compact
Makefile (98685) Makefile (98707)
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 98685 2002-06-23 16:09:29Z des $
1# $FreeBSD: head/secure/usr.sbin/sshd/Makefile 98707 2002-06-23 21:43:43Z des $
2#
3
4PROG= sshd
5SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
6 sshpty.c sshlogin.c servconf.c serverloop.c uidswap.c \
7 auth.c auth1.c auth2.c auth-options.c session.c \
8 auth-chall.c auth2-chall.c groupaccess.c \
9 auth-skey.c auth-bsdauth.c monitor_mm.c monitor.c \
10 auth2-none.c auth2-passwd.c auth2-pubkey.c \
11 auth2-hostbased.c auth2-kbdint.c \
12 auth-pam.c auth2-pam.c
2#
3
4PROG= sshd
5SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
6 sshpty.c sshlogin.c servconf.c serverloop.c uidswap.c \
7 auth.c auth1.c auth2.c auth-options.c session.c \
8 auth-chall.c auth2-chall.c groupaccess.c \
9 auth-skey.c auth-bsdauth.c monitor_mm.c monitor.c \
10 auth2-none.c auth2-passwd.c auth2-pubkey.c \
11 auth2-hostbased.c auth2-kbdint.c \
12 auth-pam.c auth2-pam.c
13MAN= sshd.8
13MAN= sshd.8 sshd_config.5
14
15CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DUSE_PAM -DHAVE_PAM_GETENVLIST
16
17.if defined(MAKE_KERBEROS4)
18DISTRIBUTION=krb4
19CFLAGS+= -DKRB4
20SRCS+= auth-krb4.c
21LDADD+= -lkrb -lcom_err

--- 25 unchanged lines hidden ---
14
15CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DUSE_PAM -DHAVE_PAM_GETENVLIST
16
17.if defined(MAKE_KERBEROS4)
18DISTRIBUTION=krb4
19CFLAGS+= -DKRB4
20SRCS+= auth-krb4.c
21LDADD+= -lkrb -lcom_err

--- 25 unchanged lines hidden ---