sthen b94509d764 Import SeaBIOS for use with vmm(4). done as a "firmware" port, so that
fw_update will be able to be modified to install it on suitable systems.
Based on SeaBIOS config/Makefile from mlarkin and a non-"firmware" port
from jca, looks good to jca deraadt.
2017-03-23 08:05:00 +00:00

28 lines
584 B
Makefile

# $OpenBSD: Makefile,v 1.9 2017/03/23 08:05:00 sthen Exp $
# If adding drivers, also sync the possible_drivers list in OpenBSD/FwUpdate.pm
SUBDIR =
SUBDIR += acx
SUBDIR += athn
SUBDIR += bwi
SUBDIR += ipw
SUBDIR += iwi
SUBDIR += iwm
SUBDIR += iwn
SUBDIR += malo
SUBDIR += otus
SUBDIR += pgt
SUBDIR += radeondrm
SUBDIR += rsu
SUBDIR += rtwn
SUBDIR += uath
SUBDIR += ulpt
SUBDIR += upgt
SUBDIR += urtwn
SUBDIR += uvideo
SUBDIR += vmm
SUBDIR += wpi
.include <bsd.port.subdir.mk>