Re-enable installing of Bluetooth include files

Hopefully this time it works right.. Who understands this stuff?
This commit is contained in:
Julian Elischer 2002-11-21 23:34:57 +00:00
parent 394a46ca24
commit 16d7acae14
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107151

View File

@ -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