bsd.README (a52d8d4a6c62f65ccec5734e0b0e779ae47b37ed) | bsd.README (cd8796cee0e5c5dc3a39551b9d1dce53f6dbdf6a) |
---|---|
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94 2# $FreeBSD$ 3 4This is the README file for the "include" files for the FreeBSD 5source tree. The files are installed in /usr/share/mk, and are by 6convention, named with the suffix ".mk". These files store several 7build options and should be handled with caution. 8 --- 598 unchanged lines hidden (view full) --- 607 LINKS= /bin/test /bin/[ 608 609LINKOWN Owner of links created with LINKS [${LIBOWN}]. 610 611LINKGRP Group of links created with LINKS [${LIBGRP}]. 612 613LINKMODE Mode of links created with LINKS [${LIBMODE}]. 614 | 1# @(#)bsd.README 8.2 (Berkeley) 4/2/94 2# $FreeBSD$ 3 4This is the README file for the "include" files for the FreeBSD 5source tree. The files are installed in /usr/share/mk, and are by 6convention, named with the suffix ".mk". These files store several 7build options and should be handled with caution. 8 --- 598 unchanged lines hidden (view full) --- 607 LINKS= /bin/test /bin/[ 608 609LINKOWN Owner of links created with LINKS [${LIBOWN}]. 610 611LINKGRP Group of links created with LINKS [${LIBGRP}]. 612 613LINKMODE Mode of links created with LINKS [${LIBMODE}]. 614 |
615LINTLIBDIR Target directory for lint libraries. 616 | |
617MAN The manual pages to be installed. See bsd.man.mk for more 618 details. 619 620SHLIB Like LIB but only builds a shared library. 621 622SHLIB_CXX Like LIB_CXX but only builds a shared library. 623 624SHLIB_LDSCRIPT Template file to generate shared library linker script. --- 122 unchanged lines hidden --- | 615MAN The manual pages to be installed. See bsd.man.mk for more 616 details. 617 618SHLIB Like LIB but only builds a shared library. 619 620SHLIB_CXX Like LIB_CXX but only builds a shared library. 621 622SHLIB_LDSCRIPT Template file to generate shared library linker script. --- 122 unchanged lines hidden --- |