--- makefile.out.old 2008-07-06 21:45:39.562573400 +0200 +++ makefile.out 2008-07-06 21:45:47.258552001 +0200 @@ -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.2-7-Linux ready. Please read the README before you run psybnc. include ./targets.mak