diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-01-21 17:58:33 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2004-01-21 17:58:33 +0000 |
| commit | ef6885585b0ec03dcbe2337f4ab8e4760dcf7d77 (patch) | |
| tree | 966b94d674ac8ce926b073522955f1acf0c22876 | |
| parent | 679365e7b9af62d9c33066167d6e98697958149e (diff) | |
Notes
| -rw-r--r-- | usr.bin/make/make.1 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 74fecc1a54ea..0c1bb83794f8 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1198,9 +1198,8 @@ utility uses the following environment variables, if they exist: .Ev MAKE , .Ev MAKEFLAGS , .Ev MAKEOBJDIR , -.Ev MAKEOBJDIRPREFIX , and -.Ev __MAKE_CONF . +.Ev MAKEOBJDIRPREFIX . .Sh FILES .Bl -tag -width /usr/share/doc/psd/12.make -compact .It Pa .depend @@ -1216,13 +1215,6 @@ system makefile (processed before any other file, including .Pa makefile and .Pa Makefile ) -.It Pa /etc/make.conf -system make configuration (processed before -.Pa makefile -and -.Pa Makefile ) . -Can be specified with -.Ev __MAKE_CONF . .It Pa /usr/share/mk system makefile directory .It /usr/share/doc/psd/12.make |
