mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
15 lines
130 B
Makefile
15 lines
130 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = \
|
|
drm \
|
|
i915 \
|
|
mach64 \
|
|
mga \
|
|
r128 \
|
|
radeon \
|
|
savage \
|
|
sis \
|
|
tdfx \
|
|
via
|
|
|
|
.include <bsd.subdir.mk>
|