*** Makefile.in.orig Tue Apr 6 03:05:04 1999 --- Makefile.in Sun May 16 21:37:14 1999 *************** *** 9,16 **** CC=@CC@ INSTALL=@INSTALL@ ! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/ssl/include -I/usr/include/ssl ! LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto all: slush slushd --- 9,16 ---- CC=@CC@ INSTALL=@INSTALL@ ! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/include ! LIBS=@LIBS@ -L/usr/local/lib -lssl -lcrypto $(EXTRA_SSL_LIBS) -lutil all: slush slushd *************** *** 38,44 **** install: $(SBINDIR)/slushd $(MANDIR)/slush.8 cert: ! ssleay req -new -x509 -nodes \ -out slushd.pem -days 365 -keyout slushd.pem clean: --- 38,44 ---- install: $(SBINDIR)/slushd $(MANDIR)/slush.8 cert: ! openssl req -new -x509 -nodes \ -out slushd.pem -days 365 -keyout slushd.pem clean: