[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.27 and 1.28

version 1.27, 2001/07/18 13:25:17 version 1.28, 2001/08/16 15:12:48
Line 233 
Line 233 
                 Possible values are "symlinks" or "copies" (which is                  Possible values are "symlinks" or "copies" (which is
                 the same as the variable being unset).                  the same as the variable being unset).
   
 NOPROFILE       Do not build profiled versions of system libraries  NOPROFILE       Do not build profiled versions of system libraries.
   
 NOPIC           Do not build PIC versions of system libraries, and  NOPIC           Do not build PIC versions of system libraries, and
                 do not build shared libraries.  [set if ${MACHINE_ARCH}                  do not build shared libraries.
                 is "mips", "vax", or "alpha", unset otherwise.]  variable).
   
 NOLINT          Do not build lint libraries. [set, set unconditionally]  NOLINT          Do not build lint libraries. [set, set unconditionally]
   
Line 349 
Line 349 
   
                 The following libraries are predefined for DPADD:                  The following libraries are predefined for DPADD:
   
                         LIBATALK        /usr/lib/libatalk.a  
                         LIBC            /lib/libc.a                          LIBC            /lib/libc.a
                         LIBCOMPAT       /usr/lib/libcompat.a                          LIBCOMPAT       /usr/lib/libcompat.a
                         LIBCURSES       /usr/lib/libcurses.a                          LIBCURSES       /usr/lib/libcurses.a
Line 497 
Line 496 
   
 The include file <bsd.lkm.mk> includes the file named "../Makefile.inc"  The include file <bsd.lkm.mk> includes the file named "../Makefile.inc"
 if it exists, as well as the include file <bsd.man.mk>.  if it exists, as well as the include file <bsd.man.mk>.
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28