From e17af9364661f8633c1cc89cb015863124b79843 Mon Sep 17 00:00:00 2001 From: gallatin Date: Mon, 20 Feb 2006 02:50:09 +0000 Subject: Hook the myri10ge driver to the i386 and amd64 module builds. Sponsored by: Myricom Inc. Reviewed by: scottl --- sys/modules/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 89eea4e..0ac20e4 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -158,6 +158,7 @@ SUBDIR= ${_3dfx} \ msdosfs_iconv \ ${_mse} \ my \ + ${_myri10ge} \ ${_ncp} \ ${_ncv} \ ${_ndis} \ @@ -353,6 +354,7 @@ _linprocfs= linprocfs _linux= linux _lnc= lnc _mse= mse +_myri10ge= myri10ge _ncp= ncp _ncv= ncv _ndis= ndis @@ -454,6 +456,7 @@ _ipmi= ipmi _ips= ips #_lnc= lnc _mly= mly +_myri10ge= myri10ge _ndis= ndis _nve= nve _safe= safe -- cgit v1.1