summaryrefslogtreecommitdiff
path: root/mk/os-GNU-kFreeBSD.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/os-GNU-kFreeBSD.mk')
-rw-r--r--mk/os-GNU-kFreeBSD.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/mk/os-GNU-kFreeBSD.mk b/mk/os-GNU-kFreeBSD.mk
new file mode 100644
index 0000000..72fea3e
--- /dev/null
+++ b/mk/os-GNU-kFreeBSD.mk
@@ -0,0 +1,9 @@
+# Copyright (c) 2008 Roy Marples <roy@marples.name>
+# Released under the 2-clause BSD license.
+
+# Generic definitions
+
+CPPFLAGS+= -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+LIBDL= -Wl,-Bdynamic -ldl
+LIBKVM?=
+include ${MK}/os-BSD.mk