diff options
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r-- | share/mk/bsd.README | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 347081f3421..4a83f69ac41 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.21 1999/11/26 21:47:09 millert Exp $ +# $OpenBSD: bsd.README,v 1.22 2000/05/15 06:10:21 niklas Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -216,8 +216,11 @@ NOPIC Do not build PIC versions of system libraries, and NOLINT Do not build lint libraries. [set, set unconditionally] -DEBUG Add -g to assembly and C compiler passes. Also doesn't - set STRIP to -s per default if defined. +DEBUG Add -g to assembly, C compiler and linking passes. Also + doesn't set STRIP to -s per default if defined. + +DEBUGLIBS Create libraries with -g debug information, and install + them in /usr/lib/debug. SUDO Command to run when doing "make install" portion of "make build". If set to sudo, this allows one to run |