mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +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
|