diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-25 06:13:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-25 06:13:36 +0000 |
commit | 12365314f50b73db97c2a88ccb6a3c371cf6f129 (patch) | |
tree | b79c66e0192af4cdaefff980545dec389f83ea2a /security/Makefile | |
parent | 0b0852b3e322eda79a3dc124daba40770abc0755 (diff) | |
download | pkgsrc-12365314f50b73db97c2a88ccb6a3c371cf6f129.tar.gz |
Complete move otpcalc->otpCalc.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index dbc001f7284..d26d8c4babd 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.292 2007/03/16 21:10:08 kristerw Exp $ +# $NetBSD: Makefile,v 1.293 2007/03/25 06:13:36 wiz Exp $ # COMMENT= Security tools @@ -134,7 +134,7 @@ SUBDIR+= openpam SUBDIR+= openssh SUBDIR+= openssh+gssapi SUBDIR+= openssl -SUBDIR+= otpcalc +SUBDIR+= otpCalc SUBDIR+= p0f SUBDIR+= p5-Authen-PAM SUBDIR+= p5-Authen-SASL |