xref: /dflybsd-src/sys/dev/netif/Makefile (revision ae75c143462d5e92cbae686b9ad9b86ce29d38cd)
1SUBDIR= age alc ale bce bfe bge \
2	dc em et \
3	fwe fxp ic jme lge lnc \
4	mii_layer my msk mxge nfe nge oce pcn \
5	re rl sbsh sf sis sk sln ste stge ti tl tx txp \
6	vge vr wb xe xl ig_hal emx ae igb ix bnx
7
8SUBDIR+= ath bwn iwm iwi iwn ral wi wpi
9
10# Empty for concurrent build
11#
12SUBDIR_ORDERED=
13
14.include <bsd.subdir.mk>
15