diff options
-rw-r--r-- | security/openvpn20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openvpn20/Makefile b/security/openvpn20/Makefile index 41f3c69fc2e4..1d5d79c83eb8 100644 --- a/security/openvpn20/Makefile +++ b/security/openvpn20/Makefile @@ -70,6 +70,7 @@ post-build: cd ${WRKSRC}/plugin/auth-pam && ${CC} ${CPPFLAGS} -I../.. -DDLOPEN_PAM=0 ${CFLAGS} -fPIC -shared -Wl,-soname,openvpn-auth-pam.so -o openvpn-auth-pam.so auth-pam.c pamdl.c -lc -lpam @# self-tests here .if !defined(WITHOUT_CHECK) + @${ECHO} ; ${ECHO} "### Note that you can skip these lengthy selftests with WITHOUT_CHECK=yes ###" ; ${ECHO} cd ${WRKSRC} && ${MAKE} check .endif |