diff options
author | Timo Teras <timo.teras@iki.fi> | 2008-12-29 13:02:29 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2008-12-29 13:02:29 +0200 |
commit | cab8b9de73a8471ae69485dddebfa1e91c0a28eb (patch) | |
tree | ed84ad7261e2012123321744af1cdc887d1fa3ce /Makefile | |
parent | 7051fc6ba4f18ca4ab5e32a51b6cf899fda6d9d1 (diff) | |
download | pingu-cab8b9de73a8471ae69485dddebfa1e91c0a28eb.tar.bz2 pingu-cab8b9de73a8471ae69485dddebfa1e91c0a28eb.tar.xz |
mtu: -I switch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ pingu_OBJS = \ mtu_OBJS = \ mtu.o \ + netlink.o \ icmp.o ALL_OBJS= $(pingu_OBJS) $(mtu_OBJS) |