diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 9a2b55f5bf6..d60b208c7a7 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.74 2005/08/01 11:46:36 wiz Exp $ +# $NetBSD: mk.conf,v 1.75 2005/08/01 15:39:50 wiz Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -1792,11 +1792,6 @@ USE_CRYPTO?= YES # Possible: YES, not defined # Default: not defined -USE_DB2?= NO -# Used in sendmail to build with database library 2.x from the db package. -# Possible: YES, or NO. -# Default: NO - USE_I586?= NO # Use assembler routines optimized for i586 in gnupg. # Possible: YES, or NO. |