From afcc9dc71aa9519b314c5f19dc49d8916673614c Mon Sep 17 00:00:00 2001 From: Michael Tuexen <tuexen@MBP.fritz.box> Date: Thu, 19 Apr 2018 21:28:16 +0200 Subject: [PATCH] Add Makefile for MacOS. --- gtests/net/packetdrill/Makefile.Darwin | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gtests/net/packetdrill/Makefile.Darwin diff --git a/gtests/net/packetdrill/Makefile.Darwin b/gtests/net/packetdrill/Makefile.Darwin new file mode 100644 index 00000000..38284ca4 --- /dev/null +++ b/gtests/net/packetdrill/Makefile.Darwin @@ -0,0 +1,2 @@ +packetdrill-ext-libs := -lpthread -lpcap +include Makefile.common -- GitLab