summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-05-07 04:11:21 +0000
committerjhb <jhb@FreeBSD.org>2008-05-07 04:11:21 +0000
commit2d9de442ad04fb80f0f066a70e8634a5d566ce1e (patch)
tree68d4207a71867e4280ecab40f1526ad521fe33e0 /include/Makefile
parentd64eb03a6f60971ec6c867beac039783e0790a63 (diff)
downloadFreeBSD-src-2d9de442ad04fb80f0f066a70e8634a5d566ce1e.zip
FreeBSD-src-2d9de442ad04fb80f0f066a70e8634a5d566ce1e.tar.gz
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
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 40e3543..750151b 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -59,6 +59,8 @@ LSUBDIRS= cam/scsi \
ufs/ffs ufs/ufs
#LSUBDIRS+= netatm/ipatm netatm/sigpvc netatm/spans netatm/uni
+LSUBSUBDIRS= dev/mpt/mpilib
+
.if ${MACHINE_ARCH} == "powerpc"
_dev_powermac_nvram= dev/powermac_nvram
.endif
@@ -72,7 +74,7 @@ INCS+= hesiod.h
.endif
.if ${MK_BLUETOOTH} != "no"
-LSUBSUBDIRS= netgraph/bluetooth/include
+LSUBSUBDIRS+= netgraph/bluetooth/include
.endif
# XXX unconditionally needed by <netsmb/netbios.h>
OpenPOWER on IntegriCloud