mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -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>
|