Cleaned out the sis900 install rules from the bcm440x Jamfile. (Can you tell which Jamfile I copied?)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9128 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn 2004-09-30 21:59:06 +00:00
parent 58fcb06c24
commit 45418db003

View File

@ -25,27 +25,14 @@ Package haiku-networkingkit-cvs :
RelSymLink $(instDriver) : bcm440x ;
}
rule InstallSiS900
{
Depends $(<) : $(>) ;
}
actions ignore InstallSiS900
{
cp $(>) /boot/home/config/add-ons/kernel/drivers/bin/
}
#InstallSiS900 install : sis900 ;
# Installation
OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
sis900
bcm440x
;
OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
<installed>sis900 :
<installed>bcm440x :
installed-symlink
;