diff options
-rw-r--r-- | security/fpm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile index 29c95c6dd18..7eff381a00d 100644 --- a/security/fpm/Makefile +++ b/security/fpm/Makefile @@ -47,5 +47,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/fpm .endfor .endif + @${ECHO} "=========================================================================" + @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before" + @${ECHO} "expecting password generation to work well." + @${ECHO} "=========================================================================" .include <bsd.port.mk> |