1 # $NetBSD: Makefile,v 1.36 2009/12/05 20:11:18 pooka Exp $
8 SUBDIR
+= accf_httpready
15 SUBDIR
+= compat_ossaudio
45 SUBDIR
+= secmodel_bsd44
46 SUBDIR
+= secmodel_overlay
60 .if
${MKBINUTILS} != "no"
64 # Machine dependent section
65 .if
${MACHINE_ARCH} != "alpha"
69 .if
${MACHINE_ARCH} == "alpha" || \
70 ${MACHINE_ARCH} == "sparc64" || \
71 ${MACHINE_ARCH} == "x86_64"
75 .if
${MACHINE_ARCH} == "i386" || \
76 ${MACHINE_ARCH} == "x86_64"
80 .if
${MACHINE_ARCH} == "x86_64"
83 SUBDIR
+= compat_linux32
84 SUBDIR
+= compat_netbsd32
89 .if
${MACHINE_ARCH} == "i386"
91 SUBDIR
+= compat_freebsd
102 .
include <bsd.own.mk
>
104 # we need our device mapper for LVM
105 .if
(${MKLVM} != "no")
109 # we need solaris and zfs modules for ZFS
110 .if
(${MKZFS} != "no")
115 .
include <bsd.subdir.mk
>