3 SUBDIR
= doc tools lib libexec usr.bin usr.sbin
5 # These are the programs which depend on Kerberos.
7 secure
/lib
/libssh secure
/usr.bin
/ssh secure
/usr.sbin
/sshd
9 # This target is used to rebuild these programs WITH Kerberos.
11 .for entry in
${KPROGS}
12 cd
${.CURDIR
}/..
/${entry}; \
20 # This target is used to rebuild these programs WITHOUT Kerberos.
22 .for entry in
${KPROGS}
23 cd
${.CURDIR
}/..
/${entry}; \
24 ${MAKE} -DWITHOUT_KERBEROS cleandir
; \
25 ${MAKE} -DWITHOUT_KERBEROS obj
; \
26 ${MAKE} -DWITHOUT_KERBEROS depend
; \
27 ${MAKE} -DWITHOUT_KERBEROS
all; \
28 ${MAKE} -DWITHOUT_KERBEROS
install
31 .
include <bsd.subdir.mk
>