summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-09-06 20:28:32 +0000
committerfredb <fredb@pkgsrc.org>2000-09-06 20:28:32 +0000
commitb2fd29e9541f0db2f58865d6dba6070bd9f7e1bb (patch)
treea260f67cbd732755e86342ee6d99bac48881259f /Makefile
parenta4783f72333ce94aad383db217904ed311f1c383 (diff)
downloadpkgsrc-b2fd29e9541f0db2f58865d6dba6070bd9f7e1bb.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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a302c1ac68c..15740668f02 100644
--- a/Makefile
+++ b/Makefile
@@ -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