summaryrefslogtreecommitdiffstats
path: root/etc/make.conf
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-06-24 16:50:39 +0000
committernate <nate@FreeBSD.org>1996-06-24 16:50:39 +0000
commite7f84717843a1fa3a951e602bb8df431353681f7 (patch)
tree6a3bda359d193a104117b5be7ea22ddbae9e1352 /etc/make.conf
parent3ae13f335af28dc488e86d3e64ff2741232e06cf (diff)
downloadFreeBSD-src-e7f84717843a1fa3a951e602bb8df431353681f7.zip
FreeBSD-src-e7f84717843a1fa3a951e602bb8df431353681f7.tar.gz
Add the (commented out) OBJLINK hook.
Diffstat (limited to 'etc/make.conf')
-rw-r--r--etc/make.conf6
1 files changed, 5 insertions, 1 deletions
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
OpenPOWER on IntegriCloud