diff options
author | yar <yar@FreeBSD.org> | 2005-10-12 10:09:36 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-10-12 10:09:36 +0000 |
commit | 94b5a3078ddb9d0a92ab60ce70514b01d618d09e (patch) | |
tree | 6cb108deb30192bc3b87a5ba1ac0d9adc5aed6e8 | |
parent | 806a613e9d3dbb5b319256768cd794131fd4f146 (diff) | |
download | FreeBSD-src-94b5a3078ddb9d0a92ab60ce70514b01d618d09e.zip FreeBSD-src-94b5a3078ddb9d0a92ab60ce70514b01d618d09e.tar.gz |
__MAKE_CONF doesn't really belong here because it is
a FreeBSD extension of sys.mk. A xref to make.conf(5)
will be enough here.
Requested by: ru
-rw-r--r-- | usr.bin/make/make.1 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 6f2b759..6e5555c 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -32,7 +32,7 @@ .\" @(#)make.1 8.8 (Berkeley) 6/13/95 .\" $FreeBSD$ .\" -.Dd October 10, 2005 +.Dd October 12, 2005 .Dt MAKE 1 .Os .Sh NAME @@ -670,12 +670,6 @@ Makefiles may assign a colon-delimited list of directories to These directories will be searched for source files by .Nm after it has finished parsing all input makefiles. -.It Va __MAKE_CONF -This variable can specify an alternative location of -.Xr make.conf 5 -for -.Pa sys.mk -to include. .El .Pp Variable expansion may be modified to select or modify each word of the @@ -1457,9 +1451,6 @@ system makefile (processed before any other file, including .Pa makefile and .Pa Makefile ) -.It Pa /etc/make.conf -default location of -.Xr make.conf 5 .It Pa /usr/share/mk system makefile directory .It /usr/share/doc/psd/12.make |