Add the (commented out) OBJLINK hook.

This commit is contained in:
Nate Williams 1996-06-24 16:50:39 +00:00
parent 6a2631bf25
commit 4012436276
3 changed files with 15 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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