summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-03-09 02:23:40 +0000
committerwosch <wosch@FreeBSD.org>1997-03-09 02:23:40 +0000
commit76b7d8286d56ebc6f5d33e9476f587c11054a5f8 (patch)
tree1ca26a8a5f9cdb951087bb4afb8c645601769719 /share/mk/bsd.README
parent472a3946c4500476365f7c36f1fb2537d8d8d616 (diff)
downloadFreeBSD-src-76b7d8286d56ebc6f5d33e9476f587c11054a5f8.zip
FreeBSD-src-76b7d8286d56ebc6f5d33e9476f587c11054a5f8.tar.gz
Add table of contents. Remove stale comments.
Diffstat (limited to 'share/mk/bsd.README')
-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 cd8722d..5cdb299 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.
OpenPOWER on IntegriCloud