mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
22 lines
697 B
Text
22 lines
697 B
Text
--- Makefile.in.orig 1999-04-06 08:05:04 UTC
|
|
+++ Makefile.in
|
|
@@ -9,8 +9,8 @@ MANDIR=/usr/man/man8
|
|
|
|
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
|
|
+CFLAGS=@CFLAGS@ -Wall -DVERSION=\"$(VERSION)\" -I$(OPENSSLINC) -I$(OPENSSLINC)/openssl -I$(LOCALBASE)/include
|
|
+LIBS=@LIBS@ -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS) -lutil
|
|
|
|
all: slush slushd
|
|
|
|
@@ -38,7 +38,7 @@ $(MANDIR)/slush.8: slush.8
|
|
install: $(SBINDIR)/slushd $(MANDIR)/slush.8
|
|
|
|
cert:
|
|
- ssleay req -new -x509 -nodes \
|
|
+ openssl req -new -x509 -nodes \
|
|
-out slushd.pem -days 365 -keyout slushd.pem
|
|
|
|
clean:
|