1999-05-09 17:50:07 +00:00
|
|
|
*** Makefile.in.orig Tue Apr 6 03:05:04 1999
|
1999-05-24 02:21:57 +00:00
|
|
|
--- Makefile.in Sun May 16 21:37:14 1999
|
1999-05-09 17:50:07 +00:00
|
|
|
***************
|
1999-05-24 02:21:57 +00:00
|
|
|
*** 9,16 ****
|
1999-05-09 17:50:07 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
1999-05-24 02:21:57 +00:00
|
|
|
--- 9,16 ----
|
1999-05-09 17:50:07 +00:00
|
|
|
|
|
|
|
CC=@CC@
|
|
|
|
INSTALL=@INSTALL@
|
1999-06-02 07:24:33 +00:00
|
|
|
! CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I/usr/local/include -I/usr/local/include/openssl
|
1999-05-09 17:50:07 +00:00
|
|
|
! 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:
|