contrib/psybnc/makefile.out-patch
2006-11-14 09:01:22 +10:00

25 lines
1.1 KiB
Plaintext

--- psybnc/makefile.out 2005-04-14 02:37:04.000000000 +1000
+++ makefile.out 2005-04-14 02:39:50.000000000 +1000
@@ -10,21 +10,5 @@
all: $(OBJS)
$(CC) -o $(TARGET) $(CFLAGS) $(OBJS) $(LIBS)
@strip $(TARGET)
- @echo "*** GENERATING SSL-KEYS FROM CERTIFICATE **"
- @echo "* You will be prompted for Cert-Contents *"
- @echo "* This Infos will be used only for SSL *"
- @echo "* Alter the informations to your values *"
- @echo "* for the sake of correct Cert-Checking *"
- @echo "*******************************************"
- @echo "Generating certificate request .. "
- @/usr/bin/openssl req -new -config src/ssl.cnf -out key/psybnc.req.pem \
- -keyout key/psybnc.key.pem -nodes
- @echo "Generating self-signed certificate .. "
- @/usr/bin/openssl req -x509 -days 365 -in key/psybnc.req.pem \
- -key key/psybnc.key.pem -out key/psybnc.cert.pem
- @echo "Generating fingerprint .."
- @/usr/bin/openssl x509 -subject -dates -fingerprint -noout \
- -in key/psybnc.cert.pem
- @echo psyBNC2.3.1-Linux ready. Please read the README before you run psybnc.
include ./targets.mak