diff options
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 90524da97e2..856e9fa3d8a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.263 2006/02/05 01:26:56 rillig Exp $ +# $NetBSD: Makefile,v 1.264 2006/03/07 12:22:49 ghen Exp $ # COMMENT= Security tools @@ -25,6 +25,7 @@ SUBDIR+= bcrypt SUBDIR+= beecrypt SUBDIR+= bitstir SUBDIR+= botan +SUBDIR+= caff SUBDIR+= cfs SUBDIR+= chkrootkit SUBDIR+= courier-authlib |