mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 17:49:34 -05:00
12 lines
314 B
Makefile
12 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
SUBDIR = audiocs es137x
|
|
.else
|
|
SUBDIR = als4000 ad1816 atiixp cmi cs4281 csa ds1 emu10k1 es137x ess
|
|
SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo
|
|
SUBDIR += t4dwave via8233 via82c686 vibes
|
|
SUBDIR += driver uaudio
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|