summaryrefslogtreecommitdiffstats
path: root/bsd-user/freebsd/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/freebsd/meson.build')
-rw-r--r--bsd-user/freebsd/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd-user/freebsd/meson.build b/bsd-user/freebsd/meson.build
new file mode 100644
index 0000000000..4b69cca7b9
--- /dev/null
+++ b/bsd-user/freebsd/meson.build
@@ -0,0 +1,3 @@
+bsd_user_ss.add(files(
+ 'os-sys.c',
+))