4 libexec tools usr.bin usr.sbin
7 # These are the programs which depend on Kerberos.
9 secure
/lib
/libssh secure
/usr.bin
/ssh secure
/usr.sbin
/sshd
11 # This target is used to rebuild these programs WITH Kerberos.
13 .for entry in
${KPROGS}
14 cd
${.CURDIR
}/..
/${entry}; \
22 # This target is used to rebuild these programs WITHOUT Kerberos.
24 .for entry in
${KPROGS}
25 cd
${.CURDIR
}/..
/${entry}; \
26 ${MAKE} MK_KERBEROS
=no cleandir
; \
27 ${MAKE} MK_KERBEROS
=no obj
; \
28 ${MAKE} MK_KERBEROS
=no depend
; \
29 ${MAKE} MK_KERBEROS
=no
all; \
30 ${MAKE} MK_KERBEROS
=no
install
33 .
include <bsd.subdir.mk
>