~ubuntu-branches/ubuntu/precise/iproute/precise

« back to all changes in this revision

Viewing changes to tc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt, Andreas Henriksson, Justin B Rye, Alexander Wirt
  • Date: 2008-05-11 11:18:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080511111829-rfewew7s6kiev0bh
Tags: 20080417-1
[ Andreas Henriksson ]
* New upstream release, v2.6.25 a.k.a. snapshot 20080417.
  - Initial documentation for xfrm (Partially fixes #451337)
  - Fixes manpage error caught by lintian!
* Fix typos (syntax error) in ip(8) manpage.
  - Introduced by upstream, caught by lintian yet again!
* Don't ship useless headers in iproute-dev (Closes: #467557)
* Cherry-pick "Fix bad hash calculation because of signed address" from
  upstream. (Closes: #480173)

[ Justin B Rye ]
* Update package description (Closes: #464521)

[ Alexander Wirt ]
* Fix typo in short package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
TCMODULES += f_route.o
19
19
TCMODULES += f_fw.o
20
20
TCMODULES += f_basic.o
 
21
TCMODULES += f_flow.o
21
22
TCMODULES += q_dsmark.o
22
23
TCMODULES += q_gred.o
23
24
TCMODULES += f_tcindex.o
27
28
TCMODULES += m_gact.o
28
29
TCMODULES += m_mirred.o
29
30
TCMODULES += m_ipt.o
 
31
TCMODULES += m_nat.o
30
32
TCMODULES += m_pedit.o
31
33
TCMODULES += p_ip.o
32
34
TCMODULES += p_icmp.o
71
73
 
72
74
install: all
73
75
        mkdir -p $(DESTDIR)/usr/lib/tc
74
 
        install -m 0755 -s tc $(DESTDIR)$(SBINDIR)
 
76
        install -m 0755 tc $(DESTDIR)$(SBINDIR)
75
77
        for i in $(TCSO); \
76
 
        do install -m 755 -s $$i $(DESTDIR)/usr/lib/tc; \
 
78
        do install -m 755 $$i $(DESTDIR)/usr/lib/tc; \
77
79
        done
78
80
 
79
81
clean: