--- Unreal3.2.cvs/Makefile.in	2010-12-27 21:02:37.000000000 +0000
+++ Unreal3.2.9/Makefile.in	2010-12-27 21:04:25.000000000 +0000
@@ -228,6 +228,11 @@ install: all
 	-@if [ ! -f "$(IRCDDIR)/curl-ca-bundle.crt" ] ; then \
 		$(INSTALL) -m 0700 curl-ca-bundle.crt $(IRCDDIR) ; \
 	fi
+        -@if [ server.req.pem -nt "$(IRCDDIR)/server.req.pem" ] ; then \
+                $(INSTALL) -m 0600 server.req.pem $(IRCDDIR) ; \
+                $(INSTALL) -m 0600 server.key.pem $(IRCDDIR) ; \
+                $(INSTALL) -m 0600 server.cert.pem $(IRCDDIR) ; \
+        fi
 
 pem:	src/ssl.cnf
 	@echo "Generating certificate request .. "
