diff options
author | ru <ru@FreeBSD.org> | 2002-11-25 08:55:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-25 08:55:50 +0000 |
commit | cf37aafd3073334e2b7116f81489c185f7928b33 (patch) | |
tree | b6df3a200642dcfe302bfdee1329c633ba26e0cf /include/Makefile | |
parent | fdb6662bf82dfb7ec7bfa8c87fdf33a9ad2262f1 (diff) | |
download | FreeBSD-src-cf37aafd3073334e2b7116f81489c185f7928b33.zip FreeBSD-src-cf37aafd3073334e2b7116f81489c185f7928b33.tar.gz |
Align the comment with functionality changes from previous revision.
Approved by: re
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index a77cf2f..d5ffe42 100644 --- a/include/Makefile +++ b/include/Makefile @@ -41,10 +41,9 @@ LSUBDIRS= cam/scsi dev/an dev/ic dev/iicbus dev/ofw dev/ppbus dev/smbus \ security/lomac security/mac_biba security/mac_bsdextended \ security/mac_mls security/mac_partition ufs/ffs ufs/ufs - -# For SHARED=symlinks, cam and netatm are symlinks, so cam/scsi and netatm/* -# are taken care of -LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/bluetooth/*} +# For SHARED=symlinks, cam, netatm, and netgraph are symlinks, so cam/scsi, +# netatm/*, and netgraph/* are taken care of +LSYMSUBDIRS= ${LSUBDIRS:Ncam/scsi:Nnetatm/*:Nnetgraph/*} # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is |