diff options
author | rh <rh@pkgsrc.org> | 2000-11-23 13:16:43 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-23 13:16:43 +0000 |
commit | c70413d754b76b2de39d1cda0d0a1ac69d3af6bc (patch) | |
tree | e6939cb73ef3dd575077f1885ebc13929bbd04ad /security/Makefile | |
parent | cae86cc092d1721a3b3f14b16c7b88730389f0bb (diff) | |
download | pkgsrc-c70413d754b76b2de39d1cda0d0a1ac69d3af6bc.tar.gz |
Add and enable libdes
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 6439470c751..39d6f92e1f8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2000/11/10 11:35:49 itojun Exp $ +# $NetBSD: Makefile,v 1.50 2000/11/23 13:16:43 rh Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -17,6 +17,7 @@ SUBDIR += isakmpd SUBDIR += kth-krb4 SUBDIR += libcrack + SUBDIR += libdes SUBDIR += libident SUBDIR += libmcrypt SUBDIR += libnasl |