diff options
author | julian <julian@FreeBSD.org> | 2002-11-21 10:31:11 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-11-21 10:31:11 +0000 |
commit | f58d510f044e5fc9a676eaad6faa4ed11e487ac6 (patch) | |
tree | 38405b78f08dbe410ff9701cdecd234b0e28dbab /include/Makefile | |
parent | 44e386cac2fd77f1a7ec4b02b1b9feca1d75a013 (diff) | |
download | FreeBSD-src-f58d510f044e5fc9a676eaad6faa4ed11e487ac6.zip FreeBSD-src-f58d510f044e5fc9a676eaad6faa4ed11e487ac6.tar.gz |
Temporarily remove the install of bluetooth include files..
something "VERY WIERD" happens to them during buildworld..
The sources get replaced by symlinks to themselves (!?)
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 276ba21..60ccb2f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -37,10 +37,11 @@ LSUBDIRS= cam/scsi dev/an dev/ic dev/iicbus dev/ofw dev/ppbus dev/smbus \ fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \ fs/procfs fs/smbfs fs/umapfs fs/unionfs isofs/cd9660 \ netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ - netgraph/bluetooth/include \ security/lomac security/mac_biba security/mac_bsdextended \ security/mac_mls security/mac_partition ufs/ffs ufs/ufs +# netgraph/bluetooth/include \ no yet + # For SHARED=symlinks, cam and netatm are symlinks, so cam/scsi and netatm/* # are taken care of LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi:Nnetatm/*} |