diff options
author | markm <markm@FreeBSD.org> | 1999-03-14 20:41:14 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1999-03-14 20:41:14 +0000 |
commit | c97ae836f70b5ea78ea6d5d7bc729eb7dd45cefc (patch) | |
tree | 23d14e83723c6f96bef0899ca040e3d2f449a0b6 /share/examples | |
parent | 8ad9ed65a440b2291c6aceba70358fadf357c51b (diff) | |
download | FreeBSD-src-c97ae836f70b5ea78ea6d5d7bc729eb7dd45cefc.zip FreeBSD-src-c97ae836f70b5ea78ea6d5d7bc729eb7dd45cefc.tar.gz |
Bitrot. Remove objlink as it is not pleasant to be downwind.
PR: 8071
Reviewed by: Sheldon Hearn <sheldonh@iafrica.com>
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 056ed190..2f1bff8 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.74 1999/02/03 22:25:41 asami Exp $ +# $Id: make.conf,v 1.75 1999/03/14 19:05:16 billf 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 @@ -28,10 +28,6 @@ # To avoid building sendmail #NO_SENDMAIL= true # -# To have 'obj' symlinks created in your source directory -# (they aren't needed/necessary) -#OBJLINK= yes -# # To compile just the kernel with special optimisations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway): # |