diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index d62972cabd3..c91ffea5ae5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4882 2004/02/17 15:21:10 snj Exp $ +$NetBSD: CHANGES,v 1.4883 2004/02/17 15:36:07 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -893,3 +893,4 @@ Changes to the packages collection and infrastructure in 2004: Updated samba to 3.0.2a [jlam 2004-02-17] Updated elfsh to 0.51b3 [cube 2004-02-17] Updated qiv to qiv [snj 2004-02-17] + Added chkrootkit-0.43 [minskim 2004-02-17] diff --git a/security/Makefile b/security/Makefile index 2e8b1dcfdb3..49cc5f1a2c1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.165 2004/02/10 19:34:14 minskim Exp $ +# $NetBSD: Makefile,v 1.166 2004/02/17 15:36:06 minskim Exp $ # COMMENT= Security tools @@ -17,6 +17,7 @@ SUBDIR+= avcheck SUBDIR+= beecrypt SUBDIR+= bitstir SUBDIR+= cfs +SUBDIR+= chkrootkit SUBDIR+= crack SUBDIR+= cy-login SUBDIR+= cy2-login |