DEFINES += -DUSE_LIBWRAP
endif
# If you don't have it in /var/log/subsys, uncomment and define
# If you don't have it in /var/lock/subsys, uncomment and define
#CFLAGS += -DLOCKFILE_DIR=\"/var/log\"
CFLAGS += -DLOCKFILE_DIR=\"/var/lock\"
# GNU target string
CC := gcc
CROSS =
STRIP := strip
CC = $(CROSS)gcc
STRIP = $(CROSS)strip
CFLAGS += -O2 -Wall