From ba4b5d5b7fab28557e0dda9b5a2191d110118857 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 6 Sep 2007 13:00:03 +0000 Subject: Makefile in src now supports pmake as used on the BSDs. --- src/Makefile.Linux | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/Makefile.Linux (limited to 'src/Makefile.Linux') diff --git a/src/Makefile.Linux b/src/Makefile.Linux new file mode 100644 index 00000000..691e8964 --- /dev/null +++ b/src/Makefile.Linux @@ -0,0 +1,3 @@ +LDLIBS_RC = -ldl +LDLIBS_RS = -ldl +CPPFLAGS += -D_GNU_SOURCE -- cgit v1.2.3