]> git.proxmox.com Git - mirror_iproute2.git/blame - tipc/Makefile
headers update
[mirror_iproute2.git] / tipc / Makefile
CommitLineData
f043759d
RA
1TIPCOBJ=bearer.o \
2 cmdl.o link.o \
3 media.o misc.o \
4 msg.o nametable.o \
5 node.o socket.o \
6 tipc.o
7
8TARGETS=tipc
9LDLIBS += -lmnl
10
11all: $(TARGETS) $(LIBS)
12
13tipc: $(TIPCOBJ)
14
15install: all
16 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
17
18clean:
19 rm -f $(TIPCOBJ) $(TARGETS)