mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
- Reconnect with some minor modifications, in particular now selsocket() internals are adapted to use sbintime units after recent'ish calloutng switch.
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
SUBDIR+= kgmon
|
|
SUBDIR+= mount_smbfs
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
SUBDIR+= zzz
|