diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-07-30 22:11:44 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-07-30 22:11:44 +0000 |
commit | 087490418cc79f079fd2261fe7128fdfdfec092b (patch) | |
tree | f3a0ceb9b7bd24f8baa85d0e8ac0513f5c540953 /security | |
parent | New port of CFS, the Cryptographic File System. (diff) |
Enable "cfs", the Cryptographic File System port.
Notes
Notes:
svn path=/head/; revision=7443
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 2a683eb3d9c0..994714d64050 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.16 1997/04/24 08:03:31 obrien Exp $ +# $Id: Makefile,v 1.17 1997/05/03 00:22:42 jfitz Exp $ # SUBDIR += SSLeay + SUBDIR += cfs SUBDIR += cops SUBDIR += crack SUBDIR += donkey |