--- Makefile~ Sun Nov 30 06:19:53 2003 +++ Makefile Thu Dec 4 17:43:53 2003 @@ -1,9 +1,9 @@ BIN = mathopd CC = gcc -CFLAGS = -O -Wall +CFLAGS = -O2 CPPFLAGS = LDFLAGS = -LIBS = -lcrypt +LIBS = -lc PREFIX = /usr/local SBINDIR = $(PREFIX)/sbin @@ -19,14 +19,14 @@ 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 # Unomment the following if your system has a working vfork() function -# CPPFLAGS += -DHAVE_VFORK +CPPFLAGS += -DHAVE_VFORK all: $(BIN) install: $(BIN)