mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
#
|
|
|
|
SUBDIR= smbios vpd
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+= smapi
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|