mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
10 lines
113 B
Makefile
10 lines
113 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
SUBDIR= smbios vpd
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
SUBDIR+= smapi
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|