diff options
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/mk.conf | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 06c7aaff997..e38de4ab2b1 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.171 2008/01/16 03:16:40 tnn Exp $ +# $NetBSD: mk.conf,v 1.172 2008/03/15 16:27:43 joerg Exp $ # # This file provides default values for variables that may be overridden @@ -21,8 +21,6 @@ #AUDIT_PACKAGES_FLAGS= # List of flags passed to audit-packages(1). # -# NOTE: If you have pkg_install<20070714 then this variable is not referenced. -# # Possible: -e, -s, etc. See audit-packages(1) # Default: (no option) @@ -397,17 +395,6 @@ PACKAGES?= ${PKGSRCDIR}/packages # Possible: any path you like # Default: /usr/pkgsrc/packages -PKGVULNDIR?= ${DISTDIR} -# Specifies where the `vulnerabilities' file is located. This variable -# is used by the audit-packages program and by pkgsrc itself to do security -# checks before building/installing programs. -# -# NOTE: If you have pkg_install>=20070714 then this variable is not referenced. -# See audit-packages.conf(5) -# -# Possible: any path you like -# Default: /usr/pkgsrc/distfiles - #PASSIVE_FETCH= # Use ftp(1) in passive mode, for use behind filtering firewalls. # (Set by default in ftp(1) in NetBSD-current) |