diff options
author | osdl.net!shemminger <osdl.net!shemminger> | 2004-08-13 23:54:55 +0000 |
---|---|---|
committer | osdl.net!shemminger <osdl.net!shemminger> | 2004-08-13 23:54:55 +0000 |
commit | 6d3692a94ce4d4c3a4c38eb5065ff89bde910a05 (patch) | |
tree | 9ad8cc0102bb090363ab9a7c527ecabe1fcb003d /tc | |
parent | fa3a9930a7ad8461561786341402181a5f2cd5ad (diff) |
add m_action
(Logical change 1.66)
Diffstat (limited to 'tc')
-rw-r--r-- | tc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tc/Makefile b/tc/Makefile index 39749ec1..f9c3d8ee 100644 --- a/tc/Makefile +++ b/tc/Makefile @@ -1,4 +1,5 @@ -TCOBJ=tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o m_police.o m_estimator.o +TCOBJ= tc.o tc_qdisc.o tc_class.o tc_filter.o tc_util.o \ + m_police.o m_estimator.o m_action.o include ../Config |