mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-06 18:29:47 +00:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
SUBDIR+= kgmon
|
|
SUBDIR+= mount_smbfs
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
SUBDIR+= zzz
|