summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2004-09-16 20:42:03 +0000
committerglebius <glebius@FreeBSD.org>2004-09-16 20:42:03 +0000
commit1c47cb72bb50879d79cc49b29b3f9263e55ee97a (patch)
treeda21dbc4e1bef7c0da925ff4c6755df03c6d8b96
parentbbafd11459f54cde9660034d3bb3792034d443de (diff)
downloadFreeBSD-src-1c47cb72bb50879d79cc49b29b3f9263e55ee97a.zip
FreeBSD-src-1c47cb72bb50879d79cc49b29b3f9263e55ee97a.tar.gz
Install netflow includes.
Approved by: julian (mentor)
-rw-r--r--etc/mtree/BSD.include.dist2
-rw-r--r--include/Makefile5
2 files changed, 5 insertions, 2 deletions
diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist
index f7850f8..1d2e022 100644
--- a/etc/mtree/BSD.include.dist
+++ b/etc/mtree/BSD.include.dist
@@ -140,6 +140,8 @@
include
..
..
+ netflow
+ ..
..
netinet
..
diff --git a/include/Makefile b/include/Makefile
index e6a23e5..1a7e65a 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)
OpenPOWER on IntegriCloud