Install the mpilib headers from mpt(4) into /usr/include/dev/mpt/mpilib.

This allows <sys/mpt_ioctl.h> to be used from userland.

Prodded by:	scottl
This commit is contained in:
John Baldwin 2008-05-07 04:11:21 +00:00
parent 4e77d2552e
commit c16e21016f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178818
2 changed files with 7 additions and 1 deletions

View File

@ -102,6 +102,10 @@
.. ..
lmc lmc
.. ..
mpt
mpilib
..
..
ofw ofw
.. ..
pbio pbio

View File

@ -59,6 +59,8 @@ LSUBDIRS= cam/scsi \
ufs/ffs ufs/ufs ufs/ffs ufs/ufs
#LSUBDIRS+= netatm/ipatm netatm/sigpvc netatm/spans netatm/uni #LSUBDIRS+= netatm/ipatm netatm/sigpvc netatm/spans netatm/uni
LSUBSUBDIRS= dev/mpt/mpilib
.if ${MACHINE_ARCH} == "powerpc" .if ${MACHINE_ARCH} == "powerpc"
_dev_powermac_nvram= dev/powermac_nvram _dev_powermac_nvram= dev/powermac_nvram
.endif .endif
@ -72,7 +74,7 @@ INCS+= hesiod.h
.endif .endif
.if ${MK_BLUETOOTH} != "no" .if ${MK_BLUETOOTH} != "no"
LSUBSUBDIRS= netgraph/bluetooth/include LSUBSUBDIRS+= netgraph/bluetooth/include
.endif .endif
# XXX unconditionally needed by <netsmb/netbios.h> # XXX unconditionally needed by <netsmb/netbios.h>