mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 00:15:16 -04:00
- Bump __FreeBSD_version, no need to build the port now. Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> [1]
12 lines
336 B
Makefile
12 lines
336 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
|
SUBDIR = audiocs es137x
|
|
.else
|
|
SUBDIR = ad1816 ak452x als4000 atiixp cmi cs4281 csa ds1 emu10k1 emu10kx
|
|
SUBDIR += envy24 es137x ess fm801 ich maestro maestro3 mss neomagic sb16 sb8
|
|
SUBDIR += sbc solo t4dwave via8233 via82c686 vibes
|
|
SUBDIR += driver uaudio
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|