1 # From: @(#)Makefile 8.3 (Berkeley) 1/7/94
6 # XXX MISSING: deroff diction graph learn plot
7 # spell spline struct xsend
8 # XXX Use GNU versions: apropos bc dc diff grep ld man patch whatis
9 # Moved to secure: bdes
236 .if
${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips"
240 .if
${MK_ATM} != "no"
244 .if
${MK_MAN} != "no"
248 .if
${MK_BIND_UTILS} != "no"
255 .if
${MK_BLUETOOTH} != "no"
256 _bluetooth
= bluetooth
259 .if
${MK_BSD_CPIO} != "no"
263 .if
${MK_CALENDAR} != "no"
267 .if
${MK_OPENSSL} != "no"
270 .if
${MK_LIBTHR} != "no"
275 .if
${MK_HESIOD} != "no"
279 .if
${MK_NETCAT} != "no"
283 .if
${MK_NIS} != "no"
289 .if
${MK_RCMDS} != "no"
294 .if
${MK_SENDMAIL} != "no"
298 .if
${MK_TOOLCHAIN} != "no"
308 .if
${MK_USB} != "no"
309 _usbhidaction
= usbhidaction
310 _usbhidctl
= usbhidctl
313 .if
${MACHINE_ARCH} == "i386"
314 .if
${MK_NCP} != "no"
321 .if
${MACHINE_ARCH} == "ia64"
325 .if
${MACHINE_ARCH} == "amd64"
326 .if
${MK_NCP} != "no"
333 .if
${MACHINE_ARCH} == "powerpc"
337 .
include <bsd.subdir.mk
>