aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-01-08 10:07:21 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-01-08 10:07:21 +0000
commit25c96959002ccb31cf14fa3a427f47c521ac07d0 (patch)
tree8af509ec51b14aba1755873a162c77dc6c9b7808 /security
parentf9b85c98f1c96ceb4f98b004da1957305dfabeb6 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openvpn20/Makefile1
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