aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-05-07 04:11:21 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-05-07 04:11:21 +0000
commitc16e21016feed648a9e7a877f74e64db4137e48d (patch)
tree68d4207a71867e4280ecab40f1526ad521fe33e0
parent4e77d2552e48b00262efc6934396dd344c117e43 (diff)
Notes
-rw-r--r--etc/mtree/BSD.include.dist4
-rw-r--r--include/Makefile4
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index 2c7e3ca8effb..1c447fd8e911 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -102,6 +102,10 @@
..
lmc
..
+ mpt
+ mpilib
+ ..
+ ..
ofw
..
pbio
diff --git a/include/Makefile b/include/Makefile
index 40e35436bd9d..750151b72afe 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>