[BACK]Return to bsd.README CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.README between version 1.16 and 1.17

version 1.16, 1998/07/15 22:18:05 version 1.17, 1998/11/22 17:45:09
Line 6 
Line 6 
 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".  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  Note, this file is not intended to replace reading through the .mk
 files for anything tricky.  files for anything tricky.
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17