aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-06 13:00:03 +0000
committerRoy Marples <roy@marples.name>2007-09-06 13:00:03 +0000
commitba4b5d5b7fab28557e0dda9b5a2191d110118857 (patch)
tree733647e353bc56650e4607081d8f9fa15596ca48 /src/Makefile.Linux
parentd095d4d8f508276e924e433c8fa7f6ec02e0a92b (diff)
Makefile in src now supports pmake as used on the BSDs.
Diffstat (limited to 'src/Makefile.Linux')
-rw-r--r--src/Makefile.Linux3
1 files changed, 3 insertions, 0 deletions
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