summaryrefslogtreecommitdiff
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1998-11-22 17:45:10 +0000
committerMarc Espie <espie@cvs.openbsd.org>1998-11-22 17:45:10 +0000
commit07fc61309bba3d3695edd5e8430eb94a8ccd45e1 (patch)
tree775a0096c1118c507e6131c2ea4f74fc6c1fd8eb /share/mk/bsd.README
parent6fb8c9d7fa9da895cfe103e36384af04dc9fcd97 (diff)
add roadmap, from FreeBSD mostly
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README16
1 files changed, 15 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index a9d77f50333..6487a1b87e6 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.16 1998/07/15 22:18:05 espie Exp $
+# $OpenBSD: bsd.README,v 1.17 1998/11/22 17:45:09 espie Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -6,6 +6,20 @@ 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".
+bsd.dep.mk - handle Makefile dependencies
+bsd.doc.mk - building troff system documents
+bsd.lib.mk - support for building libraries
+bsd.lkm.mk - building loadable kernel modules
+bsd.man.mk - installing manual pages and their links
+bsd.nls.mk - National Language Support
+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.sys.mk - building bsd from the source tree
+bsd.subdir.mk - targets for building subdirectories
+
Note, this file is not intended to replace reading through the .mk
files for anything tricky.