From e7f84717843a1fa3a951e602bb8df431353681f7 Mon Sep 17 00:00:00 2001 From: nate Date: Mon, 24 Jun 1996 16:50:39 +0000 Subject: Add the (commented out) OBJLINK hook. --- etc/make.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'etc/make.conf') 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 -- cgit v1.1