diff options
author | maya <maya@pkgsrc.org> | 2018-01-02 05:49:44 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-01-02 05:49:44 +0000 |
commit | ffd01980f1c324d861849368d97a2ccb797db60e (patch) | |
tree | 80f29066760b9d0c610f497a4dfe40229a99a991 /mk/defaults | |
parent | 091c25263afa67729064292ebe20269503cbd4dd (diff) | |
download | pkgsrc-ffd01980f1c324d861849368d97a2ccb797db60e.tar.gz |
Remove traces of crypto restrictions.
ok for idea riastradh
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 14b996fb748..e669bc8297a 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.289 2018/01/01 10:23:09 wiz Exp $ +# $NetBSD: mk.conf,v 1.290 2018/01/02 05:49:44 maya Exp $ # # This file provides default values for variables that may be overridden @@ -65,11 +65,6 @@ GZIP?= -9 # this. Disabling this for an individual package can be done by # setting MAKE_JOBS_SAFE=NO within the per package Makefile. -#MKCRYPTO= no -# If not YES or yes, don't fetch, build or install crypto packages. -# Possible: not defined, no -# Default: yes - #OBJHOSTNAME= # use hostname-specific object directories, e.g. work.amnesiac, work.localhost # OBJHOSTNAME takes precedence over OBJMACHINE (see below). @@ -1731,11 +1726,6 @@ USE_CROSS_COMPILE?= NO # Possible: YES, NO # Default: NO -USE_CRYPTO?= YES -# Used in speakfreely to choose support for encrypted connections. -# Possible: YES, or NO. -# Default: YES - USERPPP_GROUP?= network # Used in the userppp package to specify the default group. # Possible: any group name |