diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-06-04 20:46:04 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-06-04 20:46:04 +0000 |
commit | b5297f4098100509d686aa49281ab7cfc0b4690d (patch) | |
tree | 52b3d0141db180878bdecfd2038cc321c341168e /security/Makefile | |
parent | 4e604689dbf136747f8f4e33ec18972948d4bb32 (diff) |
Re-add pvk under proper name.
Notes
Notes:
svn path=/head/; revision=192756
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 597cba3401e7..3944f38f1010 100644 --- a/security/Makefile +++ b/security/Makefile @@ -581,7 +581,7 @@ SUBDIR += pscan SUBDIR += pure-sfv SUBDIR += putty - SUBDIR += pvt + SUBDIR += pvk SUBDIR += pwauth SUBDIR += pwman SUBDIR += pxytest |