diff --git a/Makefile b/Makefile index 47943097..e5530e20 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ DIRS = ${BINDIR} ${MANDIR} ${DOCDIR} ${CONFIGDIR} INSTALL = /usr/bin/install -c -o root -g wheel -CFLAGS = -g -Wall --pedantic -DCONFIG_DIR=\"${CONFIGDIR}\" +CFLAGS += -g -Wall --pedantic -DCONFIG_DIR=\"${CONFIGDIR}\" LDFLAGS =