| Index: conmux/drivers/module.mk
 | 
| diff --git a/conmux/drivers/module.mk b/conmux/drivers/module.mk
 | 
| index 7c36663d904fdc78f8f73adcbd199ccbd5922c8e..0cc24f931fd3b4abede8b88d8577abd04a4829d5 100644
 | 
| --- a/conmux/drivers/module.mk
 | 
| +++ b/conmux/drivers/module.mk
 | 
| @@ -3,9 +3,9 @@
 | 
|  #
 | 
|  # The Console Multiplexor is released under the GNU Public License V2
 | 
|  
 | 
| -DRIVERS:=blade dli-lpc hmc reboot-netfinity reboot-newisys reboot-numaq \
 | 
| +DRIVERS:=blade hmc reboot-netfinity reboot-newisys reboot-numaq \
 | 
|  	reboot-rsa reboot-rsa2 zseries-console x3270_glue.expect \
 | 
| -	reboot-acs48 reboot-apc reboot-laurel fence_apc_snmp.py
 | 
| +	reboot-acs48 reboot-apc reboot-laurel
 | 
|  
 | 
|  install::
 | 
|  	@[ -d $(BASE)/lib/drivers ] || mkdir $(BASE)/lib/drivers
 | 
| 
 |