diff options
author | yuri <yuri@FreeBSD.org> | 2018-05-06 14:24:17 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-05-06 14:24:17 +0800 |
commit | d8000baa0c8402dc5f69cfbea601a7a95a5d081c (patch) | |
tree | 746aede527ba8a24052c18abf97915f4658fb91b /security/Makefile | |
parent | 944dfc786535230146d449f2a076f7e18635e209 (diff) | |
download | freebsd-ports-gnome-d8000baa0c8402dc5f69cfbea601a7a95a5d081c.tar.gz freebsd-ports-gnome-d8000baa0c8402dc5f69cfbea601a7a95a5d081c.tar.zst freebsd-ports-gnome-d8000baa0c8402dc5f69cfbea601a7a95a5d081c.zip |
New port: openvpn-auth-script/Makefile: Generic script-based deferred auth plugin for OpenVPN
PR: 226492
Submitted by: Phil DeMonaco <pdemon@gmail.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8ac0897b4d92..816219176c58 100644 --- a/security/Makefile +++ b/security/Makefile @@ -475,6 +475,7 @@ SUBDIR += openvpn-admin SUBDIR += openvpn-auth-ldap SUBDIR += openvpn-auth-radius + SUBDIR += openvpn-auth-script SUBDIR += openvpn-devel SUBDIR += openvpn-mbedtls SUBDIR += ophcrack |