summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2000-09-06 20:28:32 +0000
committerfredb <fredb>2000-09-06 20:28:32 +0000
commita03ab12f2c52b42af9dcb97ff90bf35b7c65a9bc (patch)
treea260f67cbd732755e86342ee6d99bac48881259f /Makefile
parent78452331c187fc2aee83ee265e0f94cb41d75408 (diff)
downloadpkgsrc-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--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