[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.75 and 1.76

version 1.75, 2017/07/19 12:45:30 version 1.76, 2017/07/19 17:28:51
Line 302 
Line 302 
   
 COPTS           Additional flags to the compiler when creating C objects.  COPTS           Additional flags to the compiler when creating C objects.
   
 LDADD           Additional loader objects.  Usually used for libraries.  LDADD           Additional linker objects.  Usually used for libraries.
                 For example, to load with the crypto and utility                  For example, to link with the crypto and utility
                 libraries, use:                  libraries, use:
   
                         LDADD+=-lutil -lcrypto                          LDADD+=-lutil -lcrypto
   
 LDFLAGS         Additional loader flags.  LDFLAGS         Additional linker flags.
   
 LINKS           The list of binary links; should be full pathnames, the  LINKS           The list of binary links; should be full pathnames, the
                 linked-to file coming first, followed by the linked                  linked-to file coming first, followed by the linked
Line 478 
Line 478 
   
 LIBMODE         Library mode.  LIBMODE         Library mode.
   
 LDADD           Additional loader objects.  LDADD           Additional linker objects.
   
 MAN             The manual pages to be installed (use a .1 - .9 suffix).  MAN             The manual pages to be installed (use a .1 - .9 suffix).
   

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76