=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.113 retrieving revision 1.114 diff -c -r1.113 -r1.114 *** src/usr.bin/make/make.1 2014/04/14 07:03:19 1.113 --- src/usr.bin/make/make.1 2014/07/15 23:07:19 1.114 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.113 2014/04/14 07:03:19 jmc Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: make.1,v 1.114 2014/07/15 23:07:19 deraadt Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 30,36 **** .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: April 14 2014 $ .Dt MAKE 1 .Os .Sh NAME --- 30,36 ---- .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" ! .Dd $Mdocdate: July 15 2014 $ .Dt MAKE 1 .Os .Sh NAME *************** *** 61,71 **** .Ar makefile is determined as follows: first the file - .Sq Pa BSDmakefile , - if it exists, then the files .Sq Pa makefile ! and ! .Sq Pa Makefile , in that order. If none of these files exist, .Nm --- 61,69 ---- .Ar makefile is determined as follows: first the file .Sq Pa makefile ! if it exists, then the file ! .Sq Pa Makefile in that order. If none of these files exist, .Nm *************** *** 79,88 **** .Xr mkdep 1 ) . .Pp The handling of - .Sq Pa BSDmakefile - and .Sq Pa .depend ! are .Bx extensions. .Pp --- 77,84 ---- .Xr mkdep 1 ) . .Pp The handling of .Sq Pa .depend ! is a .Bx extensions. .Pp *************** *** 1466,1476 **** .Bl -tag -width /usr/share/mk -compact .It Pa .depend list of dependencies - .It Pa BSDmakefile - default makefile .It Pa makefile ! default makefile if ! .Pa BSDmakefile does not exist .It Pa Makefile default makefile if --- 1462,1469 ---- .Bl -tag -width /usr/share/mk -compact .It Pa .depend list of dependencies .It Pa makefile ! default makefile does not exist .It Pa Makefile default makefile if