diff options
author | julian <julian@FreeBSD.org> | 2002-11-21 23:34:57 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2002-11-21 23:34:57 +0000 |
commit | f647255a76934d2842173c90225c6a620c0f56a4 (patch) | |
tree | 1bbcfad488f09370eaa93645d93859c1e94e2908 /include | |
parent | 7ac00af5c28e83f32cd90257bdb4ab193fd9ecf2 (diff) | |
download | FreeBSD-src-f647255a76934d2842173c90225c6a620c0f56a4.zip FreeBSD-src-f647255a76934d2842173c90225c6a620c0f56a4.tar.gz |
Re-enable installing of Bluetooth include files
Hopefully this time it works right.. Who understands this stuff?
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 60ccb2f..a77cf2f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -37,14 +37,14 @@ 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/*} +LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/bluetooth/*} # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is |