4 libexec usr.bin usr.sbin
7 SUBDIR.
${MK_TESTS}+= tests
9 SUBDIR.
${MK_CAROOT}+= caroot
11 # These are the programs which depend on crypto, but not Kerberos.
12 SPROGS
= lib
/libfetch lib
/libpam lib
/libradius lib
/libtelnet \
13 bin
/ed libexec
/telnetd usr.bin
/fetch usr.bin
/telnet \
14 usr.sbin
/ppp usr.sbin
/tcpdump
/tcpdump
15 .if
${MK_SENDMAIL} != "no"
16 SPROGS
+=usr.sbin
/sendmail
19 # This target is used to rebuild these programs with crypto.
21 .for entry in
${SPROGS}
22 cd
${.CURDIR
:H
}/${entry}; \
29 # This target is used to rebuild these programs without crypto.
30 insecure
: .MAKE .PHONY
31 .for entry in
${SPROGS}
32 cd
${.CURDIR
:H
}/${entry}; \
33 ${MAKE} MK_CRYPT
=no cleandir
; \
34 ${MAKE} MK_CRYPT
=no obj
; \
35 ${MAKE} MK_CRYPT
=no
all; \
36 ${MAKE} MK_CRYPT
=no
install
39 .
include <bsd.subdir.mk
>