mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
11 lines
242 B
Makefile
11 lines
242 B
Makefile
|
|
SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
|
|
|
|
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
|
SUBDIR += imcsmb
|
|
.endif
|
|
.if ${MACHINE_CPUARCH} == "riscv"
|
|
SUBDIR += iicoc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|