aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1996-06-24 16:50:39 +0000
committerNate Williams <nate@FreeBSD.org>1996-06-24 16:50:39 +0000
commit4012436276eab49d184d80e50fc5c01f31d54dea (patch)
tree6a3bda359d193a104117b5be7ea22ddbae9e1352 /etc/defaults
parent6a2631bf25cffcf45cd4382794eff253e6527601 (diff)
downloadsrc-4012436276eab49d184d80e50fc5c01f31d54dea.tar.gz
src-4012436276eab49d184d80e50fc5c01f31d54dea.zip
Add the (commented out) OBJLINK hook.
Notes
Notes: svn path=/head/; revision=16668
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/make.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index a5c338197bc5..cf80bcfcf465 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