summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/flags.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/flags.mk b/build/flags.mk
index 462f74b..fbdf8cf 100644
--- a/build/flags.mk
+++ b/build/flags.mk
@@ -14,6 +14,7 @@ _LDLIBS :=
# Platform-specific system libraries
LDLIBS,DragonFly := -lposix1e
+LDLIBS,FreeBSD := -lrt
LDLIBS,Linux := -lrt
LDLIBS,NetBSD := -lutil
LDLIBS,QNX := -lregex -lsocket