diff options
author | fredb <fredb> | 2000-09-06 20:28:32 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-09-06 20:28:32 +0000 |
commit | a03ab12f2c52b42af9dcb97ff90bf35b7c65a9bc (patch) | |
tree | a260f67cbd732755e86342ee6d99bac48881259f /Makefile | |
parent | 78452331c187fc2aee83ee265e0f94cb41d75408 (diff) | |
download | pkgsrc-a03ab12f2c52b42af9dcb97ff90bf35b7c65a9bc.tar.gz |
Introduce a new category, "crypto", with a special property: If the user
sets MKCRYPTO=no, packages in this category won't be fetched, installed,
built, or packaged. Also, binary package users forbidden, by law, from
using strong cryptography would presumably find the list on the category's
automatically generated web page useful for ensuring compliance.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/05/12 18:42:22 sakamoto Exp $ +# $NetBSD: Makefile,v 1.36 2000/09/06 20:28:32 fredb Exp $ # FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp # @@ -18,6 +18,7 @@ SUBDIR += cad SUBDIR += comms SUBDIR += converters SUBDIR += cross +SUBDIR += crypto SUBDIR += databases SUBDIR += devel SUBDIR += editors |