summaryrefslogtreecommitdiff
path: root/ext/tap-mac/tuntap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tap-mac/tuntap/Makefile')
-rw-r--r--ext/tap-mac/tuntap/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/tap-mac/tuntap/Makefile b/ext/tap-mac/tuntap/Makefile
new file mode 100644
index 00000000..8d79577e
--- /dev/null
+++ b/ext/tap-mac/tuntap/Makefile
@@ -0,0 +1,12 @@
+TUNTAP_VERSION = 20131028
+BASE=
+
+all: tap.kext
+
+clean:
+ cd src/tap && make -f Makefile clean
+
+tap.kext:
+ cd src/tap && make TUNTAP_VERSION=$(TUNTAP_VERSION) -f Makefile all
+
+.PHONY: test