summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index cb6ac0e..9c4d019 100644
--- a/config.mk
+++ b/config.mk
@@ -24,8 +24,8 @@ LDFLAGS = ${LIBS}
# uncomment for compat
#CFLAGS += -DCOMPAT
-# uncomment if your libc doesn't support strlcpy
-#EXTRAOBJ = strlcpy.o
+# uncomment if your libc doesn't support strlcat and strlcpy
+#EXTRAOBJ = strlcat.o strlcpy.o
# compiler and linker
#CC = cc