summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-04-16 08:21:24 +0000
committerache <ache@FreeBSD.org>1998-04-16 08:21:24 +0000
commitca30ae9dd4535c713d0a0635c82dfb5e52733bce (patch)
treebbc38b0c859491b09306fa56494b3307db447e37 /etc/defaults
parent4030e2a5bd03983568a32aa5bfcec6b2078e2a3c (diff)
downloadFreeBSD-src-ca30ae9dd4535c713d0a0635c82dfb5e52733bce.zip
FreeBSD-src-ca30ae9dd4535c713d0a0635c82dfb5e52733bce.tar.gz
Add commented out common INSTALL and FORCE_PKG_REGISTER knobs
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/make.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index df1817a..726c1e7 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.60 1998/04/15 16:37:42 phk Exp $
+# $Id: make.conf,v 1.61 1998/04/16 08:01:27 ache Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@@ -18,6 +18,9 @@
#NOPROFILE= true
# Avoid compiling profiled libraries
#
+#INSTALL=install -C
+# Compare before install
+#
# To avoid building the default system perl
#NOPERL= true
# To avoid building the suid perl
@@ -119,6 +122,10 @@
#
#USA_RESIDENT= YES
#
+# Next one will help ports developers to debug
+#
+#FORCE_PKG_REGISTER= YES
+#
#
# Port master sites.
#
OpenPOWER on IntegriCloud