Install acpi includes in dev/acpica. This should later be trimmed (the pci

bus one is not needed) and ifdef _KERNEL added.

PR:		kern/74215
MFC after:	1 day
This commit is contained in:
Nate Lawson 2005-02-28 02:20:03 +00:00
parent eafe5f8307
commit bc8652a15a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142744
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,8 @@
crypto
..
dev
acpica
..
an
..
bktr

View File

@ -36,7 +36,8 @@ LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \
pccard posix4 sys vm
LSUBDIRS= cam/scsi \
dev/an dev/bktr dev/firewire dev/ic dev/iicbus ${_dev_ieee488} dev/ofw \
dev/acpica dev/an dev/bktr dev/firewire \
dev/ic dev/iicbus ${_dev_ieee488} dev/ofw \
dev/pbio dev/ppbus dev/smbus dev/usb dev/wi dev/utopia \
fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs \
fs/nwfs fs/portalfs fs/procfs fs/smbfs fs/udf fs/umapfs \