bsd.README (580ccec473dfc7741ab837c4cd7bc859d2e7e6a7) | bsd.README (2b9cd23802bbccf7e48d588b2d33bf3abb88519a) |
---|---|
1# @(#)bsd.README 8.2 (Berkeley) 4/2/94 2 3XXX This document is seriously out of date, it is currenly being revised. 4 5 Rod Grimes <rgrimes@freebsd.org> 6 7This is the README file for the new make "include" files for the BSD 8source tree. The files are installed in /usr/share/mk, and are, by --- 153 unchanged lines hidden (view full) --- 162It sets/uses the following variables: 163 164BINGRP Binary group. 165 166BINOWN Binary owner. 167 168BINMODE Binary mode. 169 | 1# @(#)bsd.README 8.2 (Berkeley) 4/2/94 2 3XXX This document is seriously out of date, it is currenly being revised. 4 5 Rod Grimes <rgrimes@freebsd.org> 6 7This is the README file for the new make "include" files for the BSD 8source tree. The files are installed in /usr/share/mk, and are, by --- 153 unchanged lines hidden (view full) --- 162It sets/uses the following variables: 163 164BINGRP Binary group. 165 166BINOWN Binary owner. 167 168BINMODE Binary mode. 169 |
170CLEANFILES Additional files to remove for the clean and cleandir targets. | 170CLEANFILES Additional files to remove and 171CLEANDIRS additional directories to remove during clean and cleandir 172 targets. "rm -f" and "rm -rf" used respectively. |
171 172COPTS Additional flags to the compiler when creating C objects. 173 174HIDEGAME If HIDEGAME is defined, the binary is installed in 175 /usr/games/hide, and a symbolic link is created to 176 /usr/games/dm. 177 178LDADD Additional loader objects. Usually used for libraries. --- 118 unchanged lines hidden --- | 173 174COPTS Additional flags to the compiler when creating C objects. 175 176HIDEGAME If HIDEGAME is defined, the binary is installed in 177 /usr/games/hide, and a symbolic link is created to 178 /usr/games/dm. 179 180LDADD Additional loader objects. Usually used for libraries. --- 118 unchanged lines hidden --- |