From 50491087ae9d3b0123b62e910951513763f1e7d7 Mon Sep 17 00:00:00 2001 From: Michael Tuexen <tuexen@fh-muenster.de> Date: Fri, 4 May 2018 13:18:55 +0200 Subject: [PATCH] Add Makefile for Solaris 11.4. --- gtests/net/packetdrill/Makefile.SunOS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gtests/net/packetdrill/Makefile.SunOS diff --git a/gtests/net/packetdrill/Makefile.SunOS b/gtests/net/packetdrill/Makefile.SunOS new file mode 100644 index 00000000..428b9599 --- /dev/null +++ b/gtests/net/packetdrill/Makefile.SunOS @@ -0,0 +1,2 @@ +packetdrill-ext-libs := -lsocket -lnsl -lsctp -lpcap +include Makefile.common -- GitLab