diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-09-16 20:42:03 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-09-16 20:42:03 +0000 |
commit | fdbe44b0cda0f2b6909099d898a99aa84079d569 (patch) | |
tree | da21dbc4e1bef7c0da925ff4c6755df03c6d8b96 /include | |
parent | 4403bfe2c73a246e0a4ce67ad63acec11984f888 (diff) | |
download | src-test2-fdbe44b0cda0f2b6909099d898a99aa84079d569.tar.gz src-test2-fdbe44b0cda0f2b6909099d898a99aa84079d569.zip |
Notes
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index e6a23e5a4d91..1a7e65aa0295 100644 --- a/include/Makefile +++ b/include/Makefile @@ -41,8 +41,9 @@ LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \ geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \ geom/stripe \ isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ - netgraph/atm security/mac_biba security/mac_bsdextended \ - security/mac_lomac security/mac_mls security/mac_partition \ + netgraph/atm netgraph/netflow \ + security/mac_biba security/mac_bsdextended security/mac_lomac \ + security/mac_mls security/mac_partition \ ufs/ffs ufs/ufs fs/autofs .if !defined(NO_BLUETOOTH) |