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

In the possibility of a future maintenance of the code and later
readd to the FreeBSD base, maybe we should think about a better location
for netncp. I'm not entirely sure the / top location is actually right,
however I will let network people to comment on that more specifically.

This is not targeted for MFC.
2012-10-17 11:16:17 +00:00

40 lines
651 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+= mount_smbfs
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