diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-27 16:29:43 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-27 16:29:43 -0400 |
| commit | e7b515c86c34e2805e136152a2719bc6ad86e46f (patch) | |
| tree | c673adf1f7188fc7e2e1104ca5f56da5bb89042b /Makefile.mac | |
| parent | 304ed641fedc148520551904ff1b1819a230561d (diff) | |
| download | infinitytier-e7b515c86c34e2805e136152a2719bc6ad86e46f.tar.gz infinitytier-e7b515c86c34e2805e136152a2719bc6ad86e46f.zip | |
remove obsolete packtool
Diffstat (limited to 'Makefile.mac')
| -rw-r--r-- | Makefile.mac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.mac b/Makefile.mac index 61c6c1d0..d3e3c27a 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -35,10 +35,6 @@ idtool: $(OBJS) $(CXX) $(CXXFLAGS) -o zerotier-idtool idtool.cpp $(OBJS) $(LIBS) $(STRIP) zerotier-idtool -packtool: $(OBJS) - $(CXX) $(CXXFLAGS) -o zerotier-packtool packtool.cpp $(OBJS) $(LIBS) - $(STRIP) zerotier-packtool - mac-tap: FORCE cd mac-tap/tuntap ; make tap.kext |
