diff options
author | jlam <jlam> | 2002-07-29 04:19:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-29 04:19:49 +0000 |
commit | 9082b64a9a7cf73fe55e0fa1d3314f3abd030b83 (patch) | |
tree | f774145e5918ea006923caad84ae2ebc12f403e3 | |
parent | 020f698151ab387c27910d342a39df47eb36c698 (diff) | |
download | pkgsrc-9082b64a9a7cf73fe55e0fa1d3314f3abd030b83.tar.gz |
Add and enable winbind.
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 4b68e32c813..6c401626978 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2002/07/26 09:22:36 grant Exp $ +# $NetBSD: Makefile,v 1.112 2002/07/29 04:19:49 jlam Exp $ # COMMENT= Security tools @@ -118,6 +118,7 @@ SUBDIR+= tct SUBDIR+= tripwire SUBDIR+= uvscan SUBDIR+= uvscan-dat +SUBDIR+= winbind SUBDIR+= xdm-krb4 SUBDIR+= zebedee |