Changeset View
Changeset View
Standalone View
Standalone View
sbin/Makefile
Show First 20 Lines • Show All 81 Lines • ▼ Show 20 Lines | |||||
SUBDIR.${MK_IPFW}+= natd | SUBDIR.${MK_IPFW}+= natd | ||||
SUBDIR.${MK_ISCSI}+= iscontrol | SUBDIR.${MK_ISCSI}+= iscontrol | ||||
SUBDIR.${MK_NAND}+= nandfs | SUBDIR.${MK_NAND}+= nandfs | ||||
SUBDIR.${MK_NAND}+= newfs_nandfs | SUBDIR.${MK_NAND}+= newfs_nandfs | ||||
SUBDIR.${MK_PF}+= pfctl | SUBDIR.${MK_PF}+= pfctl | ||||
SUBDIR.${MK_PF}+= pflogd | SUBDIR.${MK_PF}+= pflogd | ||||
SUBDIR.${MK_QUOTAS}+= quotacheck | SUBDIR.${MK_QUOTAS}+= quotacheck | ||||
SUBDIR.${MK_ROUTED}+= routed | SUBDIR.${MK_ROUTED}+= routed | ||||
SUBDIR.${MK_ZFS}+= zfsbootcfg | |||||
SUBDIR.${MK_TESTS}+= tests | SUBDIR.${MK_TESTS}+= tests | ||||
.include <bsd.arch.inc.mk> | .include <bsd.arch.inc.mk> | ||||
SUBDIR:= ${SUBDIR:O} | SUBDIR:= ${SUBDIR:O} | ||||
SUBDIR_PARALLEL= | SUBDIR_PARALLEL= | ||||
.include <bsd.subdir.mk> | .include <bsd.subdir.mk> |