summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/defaults/make.conf6
-rw-r--r--etc/make.conf6
-rw-r--r--share/examples/etc/make.conf6
3 files changed, 15 insertions, 3 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index a5c3381..cf80bcf 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache Exp $
+# $Id: make.conf,v 1.30 1996/04/21 08:56:32 asami 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,10 @@
#NOPROFILE= true
# Avoid compiling profiled libraries
#
+# To have 'obj' symlinks created in your source directory
+# (they aren't needed/necessary)
+#OBJLINK= yes
+#
# To compile the kernel with special optimisations, you can use this:
#
#COPTFLAGS= -O -pipe
diff --git a/etc/make.conf b/etc/make.conf
index a5c3381..cf80bcf 100644
--- a/etc/make.conf
+++ b/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache Exp $
+# $Id: make.conf,v 1.30 1996/04/21 08:56:32 asami 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,10 @@
#NOPROFILE= true
# Avoid compiling profiled libraries
#
+# To have 'obj' symlinks created in your source directory
+# (they aren't needed/necessary)
+#OBJLINK= yes
+#
# To compile the kernel with special optimisations, you can use this:
#
#COPTFLAGS= -O -pipe
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index a5c3381..cf80bcf 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.29 1996/04/16 11:47:29 ache Exp $
+# $Id: make.conf,v 1.30 1996/04/21 08:56:32 asami 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,10 @@
#NOPROFILE= true
# Avoid compiling profiled libraries
#
+# To have 'obj' symlinks created in your source directory
+# (they aren't needed/necessary)
+#OBJLINK= yes
+#
# To compile the kernel with special optimisations, you can use this:
#
#COPTFLAGS= -O -pipe
OpenPOWER on IntegriCloud