--- doc/examples/easy-ust/Makefile.orig	2022-03-25 15:37:17 UTC
+++ doc/examples/easy-ust/Makefile
@@ -9,8 +9,8 @@
 #
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
-LIBS = -ldl -llttng-ust		# On Linux
-#LIBS = -lc -llttng-ust		# On BSD
+#LIBS = -ldl -llttng-ust		# On Linux
+LIBS = -llttng-ust		# On FreeBSD
 LOCAL_CPPFLAGS += -I.
 AM_V_P := :
 
