Index: share/mk/bsd.README =================================================================== --- share/mk/bsd.README +++ share/mk/bsd.README @@ -285,23 +285,20 @@ LDADD=-lutil -lcompat -LIBADD Additional libraries. This is for base system libraries - and is only valid inside of the /usr/src tree. - Rather than use LDADD=-lname use LIBADD=name. - LDFLAGS Additional loader flags. Passed to the loader via CC, since that's used to link programs as well, so loader specific flags need to be prefixed with -Wl, to work. -LINKS The list of binary links; should be full pathnames, the - linked-to file coming first, followed by the linked - file. The files are hard-linked. For example, to link - /bin/test and /bin/[, use: +LIBADD Additional libraries. This is for base system libraries + and is only valid inside of the /usr/src tree. + Rather than use LDADD=-lname use LIBADD=name. - LINKS= ${DESTDIR}/bin/test ${DESTDIR}/bin/[ +LINKS List of hard links. See bsd.links.mk for more details. -MAN Manual pages (should end in .1 - .9). If no MAN variable - is defined, "MAN=${PROG}.1" is assumed. +MAN Manual pages. If no MAN variable is defined, + "MAN=${PROG}.1" is assumed. See bsd.man.mk for more details. + +MLINKS List of manual page links. See bsd.man.mk for more details. PROG The name of the program to build. If not supplied, nothing is built. @@ -385,8 +382,10 @@ SCRIPTSGRP, SCRIPTSMODE, SCRIPTSDIR variables that can be further specialized by SCRIPTS_