From 18be3bb86d1dd6804a2d8e4d550b62060298291c Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 28 Mar 2001 15:12:29 +0000 Subject: - Document recent MAN[1-9] -> MAN changes. - Backout part of revision 1.4 (../Makefile.inc -> bsd.inc.mk change). --- share/mk/bsd.README | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'share/mk') diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 3491f8a..f68e31e 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -4,7 +4,7 @@ XXX This document is seriously out of date, it is currenly being revised. This is the README file for the new make "include" files for the BSD -source tree. The files are installed in /usr/share/mk, and are, by +source tree. The files are installed in /usr/share/mk, and are, by convention, named with the suffix ".mk". bsd.dep.mk - handle Makefile dependencies @@ -108,13 +108,14 @@ MANMODE Manual mode. MANSUBDIR Subdirectory under the manual page section, i.e. "/vax" or "/tahoe" for machine specific manual pages. -MAN1 ... MAN9 The manual pages to be installed (use a .1 - .9 suffix). +MAN The manual pages to be installed (use a .1 - .9 suffix). MLINKS List of manual page links (using a .1 - .9 suffix). The linked-to file must come first, the linked file second, and there may be multiple pairs. The files are soft-linked. -The include file includes the include file . +The include file includes a file named "../Makefile.inc" if +it exists. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= @@ -210,8 +211,8 @@ LINKS The list of binary links; should be full pathnames, the LINKS= ${DESTDIR}/bin/test ${DESTDIR}/bin/[ -MAN1...MAN9 Manual pages (should end in .1 - .9). If no MAN variable - is defined, "MAN1=${PROG}.1" is assumed. +MAN Manual pages (should end in .1 - .9). If no MAN variable + is defined, "MAN=${PROG}.1" is assumed. PROG The name of the program to build. If not supplied, nothing is built. @@ -246,8 +247,8 @@ SUBDIR A list of subdirectories that should be built as well. Each of the targets will execute the same target in the subdirectories. -The include file includes the include files -and . +The include file includes the file named "../Makefile.inc" +if it exists, as well as the include file . Some simple examples: @@ -300,15 +301,15 @@ LIBMODE Library mode. LDADD Additional loader objects. -MAN1 ... MAN9 The manual pages to be installed (use a .1 - .9 suffix). +MAN The manual pages to be installed (use a .1 - .9 suffix). SRCS List of source files to build the library. Suffix types .s, .c, and .f are supported. Note, .s files are preferred to .c files of the same name. (This is not the default for versions of make.) -The include file includes the include files -and . +The include file includes the file named "../Makefile.inc" +if it exists, as well as the include file . It has rules for building profiled objects; profiled libraries are built by default. -- cgit v1.1