From c4bb0466ff0880466861a648f6af7bef63b4a2f2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 22 Apr 2005 07:59:50 +0000 Subject: [PATCH] Add sio and puc to i386 build. Remove ray from ia64 build since it hasn't been tested there. --- sys/modules/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 7bbc1a41cd73..bfc54383fdad 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -184,6 +184,7 @@ SUBDIR= ${_3dfx} \ procfs \ pseudofs \ ${_pst} \ + ${_puc} \ ral \ ${_random} \ ${_ray} \ @@ -200,6 +201,7 @@ SUBDIR= ${_3dfx} \ scd \ ${_scsi_low} \ sf \ + ${_sio} \ sis \ sk \ ${_smbfs} \ @@ -346,10 +348,12 @@ _pccard= pccard _pcfclock= pcfclock _pecoff= pecoff _pst= pst +_puc= puc _ray= ray _safe= safe _sbni= sbni _scsi_low= scsi_low +_sio= sio _smbfs= smbfs _sound= sound _speaker= speaker @@ -462,7 +466,6 @@ _hfa= hfa _iir= iir _mly= mly _pccard= pccard -_ray= ray _scsi_low= scsi_low _smbfs= smbfs _sound= sound