mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Change install-mac-tap rule.
This commit is contained in:
parent
148619f0ba
commit
e514fe2bff
1 changed files with 5 additions and 8 deletions
13
Makefile.mac
13
Makefile.mac
|
@ -35,14 +35,11 @@ idtool: $(OBJS)
|
||||||
$(CXX) $(CXXFLAGS) -o zerotier-idtool idtool.cpp $(OBJS) $(LIBS)
|
$(CXX) $(CXXFLAGS) -o zerotier-idtool idtool.cpp $(OBJS) $(LIBS)
|
||||||
$(STRIP) zerotier-idtool
|
$(STRIP) zerotier-idtool
|
||||||
|
|
||||||
#mac-tap: FORCE
|
install-mac-tap: FORCE
|
||||||
# cd mac-tap/tuntap ; make tap.kext
|
mkdir -p /Library/Application\ Support/ZeroTier/One
|
||||||
|
rm -rf /Library/Application\ Support/ZeroTier/One/tap.kext
|
||||||
#install-mac-tap: FORCE
|
cp -R ext/bin/tap-mac//tap.kext /Library/Application\ Support/ZeroTier/One
|
||||||
# mkdir -p /Library/Application\ Support/ZeroTier/One
|
chown -R root:wheel /Library/Application\ Support/ZeroTier/One/tap.kext
|
||||||
# rm -rf /Library/Application\ Support/ZeroTier/One/tap.kext
|
|
||||||
# cp -R mac-tap/tuntap/tap.kext /Library/Application\ Support/ZeroTier/One
|
|
||||||
# chown -R root:wheel /Library/Application\ Support/ZeroTier/One/tap.kext
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.dSYM
|
rm -rf *.dSYM
|
||||||
|
|
Loading…
Add table
Reference in a new issue