=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/make.1,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/make/make.1 1997/09/18 14:12:37 1.11 --- src/usr.bin/make/make.1 1998/01/28 12:41:51 1.12 *************** *** 1,4 **** ! .\" $OpenBSD: make.1,v 1.11 1997/09/18 14:12:37 deraadt 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.12 1998/01/28 12:41:51 niklas Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 *************** *** 60,70 **** Its input is a list of specifications as to the files upon which programs and other files depend. If the file ! .Ql Pa makefile exists, it is read for this list of specifications. ! If it does not exist, the file .Ql Pa Makefile ! is read. If the file .Ql Pa .depend exists, it is read (see --- 60,72 ---- Its input is a list of specifications as to the files upon which programs and other files depend. If the file ! .Ql Pa BSDmakefile exists, it is read for this list of specifications. ! If it does not exist, the files ! .Ql Pa makefile ! and .Ql Pa Makefile ! are tried in order. If the file .Ql Pa .depend exists, it is read (see