freebsd-dev/usr.sbin/Makefile.i386
Attilio Rao 2e564269d0 Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netsmb, which is a base
requirement for SMBFS.

In the while SMBFS regular users can use FUSE interface and smbnetfs
port to work with their SMBFS partitions.

Also, there are ongoing efforts by vendor to support in-kernel smbfs,
so there are good chances that it will get relinked once properly locked.

This is not targeted for MFC.
2012-10-18 12:04:56 +00:00

39 lines
630 B
Makefile

# $FreeBSD$
.if ${MK_APM} != "no"
SUBDIR+= apm
SUBDIR+= apmd
.endif
SUBDIR+= asf
.if ${MK_TOOLCHAIN} != "no"
SUBDIR+= btxld
.endif
SUBDIR+= cpucontrol
SUBDIR+= kgmon
SUBDIR+= kgzip
SUBDIR+= lptcontrol
SUBDIR+= mptable
.if ${MK_NDIS} != "no"
SUBDIR+= ndiscvt
.endif
SUBDIR+= pnpinfo
.if ${MK_SYSINSTALL} != "no"
SUBDIR+= sade
.endif
SUBDIR+= sicontrol
SUBDIR+= spkrtest
SUBDIR+= zzz
# Differentiate between FreeBSD/i386 and FreeBSD/pc98
.if ${MACHINE} == "i386"
.if ${MK_ACPI} != "no"
SUBDIR+= acpi
.endif
SUBDIR+= boot0cfg
.if ${MK_WIRELESS} != "no"
SUBDIR+= wlconfig
.endif
.elif ${MACHINE} == "pc98"
SUBDIR+= boot98cfg
.endif