--- Makefile~ Sun Jun 9 14:22:17 2002 +++ Makefile Fri Sep 26 20:59:43 2003 @@ -1,9 +1,9 @@ BIN = mathopd CC = gcc -CFLAGS = -O -Wall +CFLAGS = -O2 -Wall CPPFLAGS = LDFLAGS = -LIBS = -lcrypt +LIBS = -lc PREFIX = /usr/local SBINDIR = $(PREFIX)/sbin @@ -19,11 +19,11 @@ DEPENDS = mathopd.h Makefile # Uncomment the following if your system does not support the poll() function -# CPPFLAGS += -DPOLL_EMULATION -# OBJS += poll-emul.o +CPPFLAGS += -DPOLL_EMULATION +OBJS += poll-emul.o # Uncomment the following if your system does not have the socklen_t type -# CPPFLAGS += -DNEED_SOCKLEN_T +CPPFLAGS += -DNEED_SOCKLEN_T all: $(BIN) install: $(BIN)