diff options
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ LDFLAGS = ${LIBS} # uncomment for compat CFLAGS += -DCOMPAT # uncomment if your libc doesn't support strlcat, strlcpy. -EXTRAOBJ = strlcat.o strlcpy.o +COMPATOBJ = strlcat.o strlcpy.o # compiler and linker #CC = cc |