mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.if ${MK_ACPI} != "no"
|
||
|
SUBDIR+= acpi
|
||
|
.endif
|
||
|
SUBDIR+= kgmon
|
||
|
SUBDIR:= ${SUBDIR:Nuathload}
|
||
|
SUBDIR+= zzz
|