diff -u a/Makefile b/Makefile --- a/Makefile 2014-06-01 13:58:41.867584813 +0400 +++ b/Makefile 2014-06-01 14:20:47.460700951 +0400 @@ -5,14 +5,11 @@ DEFINES += -DUSE_LIBWRAP endif -# If you don't have it in /var/log/subsys, uncomment and define -#CFLAGS += -DLOCKFILE_DIR=\"/var/log\" +# If you don't have it in /var/lock/subsys, uncomment and define +CFLAGS += -DLOCKFILE_DIR=\"/var/lock\" -# GNU target string -CROSS = - -CC = $(CROSS)gcc -STRIP = $(CROSS)strip +CC := gcc +STRIP := strip CFLAGS += -O2 -Wall