From 53d68f000f8b2aa47a07f8f6f609fd36ffb32128 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Mon, 5 May 2008 20:41:54 +0000 Subject: [PATCH] add rdma to build for i386 and amd64 --- sys/modules/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 8864fbdd31b..8014038b10f 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -226,6 +226,7 @@ SUBDIR= ${_3dfx} \ ${_ray} \ rc \ rc4 \ + ${_rdma} \ re \ reiserfs \ rl \ @@ -421,6 +422,7 @@ _pcfclock= pcfclock _pecoff= pecoff _pst= pst _ray= ray +_rdma= rdma _safe= safe _sbni= sbni _scsi_low= scsi_low @@ -548,6 +550,7 @@ _nve= nve _nvram= nvram _nxge= nxge _pccard= pccard +_rdma= rdma _safe= safe _scsi_low= scsi_low _smbfs= smbfs