diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2008-06-27 04:42:19 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2008-06-27 04:42:19 +0000 |
| commit | 6bf209faa4fa9114f3e6bf492c5f40efcf230362 (patch) | |
| tree | 6ebab1f5bfdaefbb1b41a13c73f381e7f39d3979 /include | |
| parent | 673ded81d5b23762113e978ffee80b217e4d60ce (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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> |
