diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-12 17:16:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-12 17:16:00 +0000 |
commit | eefbb44bea0be7168aa3ae5afcbd56909c36b43a (patch) | |
tree | 6efc685b4db5bb7d83b7282150902fb120fd04c9 /usr.bin/make | |
parent | ecec6a9d2da0603632fd7574068b41cf3915291a (diff) |
change incorrect FILES entries for makefiles;
problem found by marc balmer;
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 33d1e2668fe..dd51dda9924 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.65 2005/12/29 10:09:51 jmc Exp $ +.\" $OpenBSD: make.1,v 1.66 2006/01/12 17:15:59 jmc Exp $ .\" $OpenPackages$ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" @@ -1257,11 +1257,15 @@ also ignores and unsets .It Pa .depend list of dependencies .It Pa BSDmakefile -list of dependencies -.It Pa Makefile -list of dependencies +default makefile .It Pa makefile -list of dependencies +default makefile if +.Pa BSDmakefile +does not exist +.It Pa Makefile +default makefile if +.Pa makefile +does not exist .It Pa sys.mk system makefile .It Pa /usr/share/mk |