summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMunkyu Im <munkyu.im@samsung.com>2015-07-09 16:08:03 +0900
committerMunkyu Im <munkyu.im@samsung.com>2015-07-15 11:27:29 +0900
commit512ef6a83ec13df5ce73479ed438d5d06704897a (patch)
tree2d0e14b083fad6e4f25280a04c9e0789a5771b0d /Makefile
parent8bc8bab7268e7592734876ad8b3f0f7f4eb0f1dc (diff)
downloadtuntaposx-512ef6a83ec13df5ce73479ed438d5d06704897a.tar.gz
tuntaposx-512ef6a83ec13df5ce73479ed438d5d06704897a.tar.bz2
tuntaposx-512ef6a83ec13df5ce73479ed438d5d06704897a.zip
tap: modify configuration
add other permission. modify maximum count of tap device. Change-Id: Idc28f77d2623f5a1052ef1e38cf96f8f29defada Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 459590d..7d05954 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,8 @@ clean:
%.kext:
cd src/$* && make TUNTAP_VERSION=$(TUNTAP_VERSION) -f Makefile all
+
+ cp pkg/launchd/net.sf.tuntaposx.$*.plist $*.kext/Contents/
if test -s ".signing_identity"; then \
codesign -fv --keychain net.sf.tuntaposx.tmp -s "$$(cat .signing_identity)" \
$*.kext ; \