rename EXTRAOBJ to COMPATOBJ

This commit is contained in:
Hiltjo Posthuma
2015-12-26 20:11:59 +01:00
parent 664e60ede5
commit 114899a22d
2 changed files with 6 additions and 6 deletions

View File

@@ -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