aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-03-09 02:23:40 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-03-09 02:23:40 +0000
commitfd45cc5c52c4fd6e0afd7541bb7a4e0702a6ea14 (patch)
tree5a026e13e7fa43b89d28e621cd112bbc25468e18
parent6aea1c7c7494e5f6ebb193366994b7ac47a7d827 (diff)
downloadsrc-fd45cc5c52c4fd6e0afd7541bb7a4e0702a6ea14.tar.gz
src-fd45cc5c52c4fd6e0afd7541bb7a4e0702a6ea14.zip
Add table of contents. Remove stale comments.
Notes
Notes: svn path=/head/; revision=23559
-rw-r--r--share/mk/bsd.README25
1 files changed, 20 insertions, 5 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index cd8722d7b57e..5cdb29945681 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,13 +1,28 @@
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
+# $Id$
XXX This document is seriously out of date, it is currenly being revised.
- Rod Grimes <rgrimes@freebsd.org>
-
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
-convention, named with the suffix ".mk". Each ".mk" file has a
-corresponding ".rd" file which is an explanation of the ".mk" file.
+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
+bsd.doc.mk - building troff system documents
+bsd.info.mk - building GNU Info hypertext system
+bsd.kern.mk - define warning flags for compiling the kernel
+bsd.kmod.mk - building loadable kernel modules
+bsd.lib.mk - support for building libraries
+bsd.libnames.mk - define library names
+bsd.man.mk - installing manual pages and their links
+bsd.obj.mk - creating 'obj' directories and cleaning up
+bsd.own.mk - define common variables
+bsd.port.mk - building ports
+bsd.port.subdir.mk - targets for building subdirectories for ports
+bsd.prog.mk - building programs from source files
+bsd.sgml.mk - building SGML documents
+bsd.subdir.mk - targets for building subdirectories
+
Note, this file is not intended to replace reading through the .mk
files for anything tricky.