=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.README,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/share/mk/bsd.README 1996/07/27 10:05:48 1.10 +++ src/share/mk/bsd.README 1996/11/24 02:47:40 1.11 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.10 1996/07/27 10:05:48 deraadt Exp $ +# $OpenBSD: bsd.README,v 1.11 1996/11/24 02:47:40 niklas Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -198,6 +198,9 @@ is "mips", "vax", or "alpha", unset otherwise.] 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 defalt if defined. bsd.own.mk is generally useful when building your own Makefiles so that they use the same default owners etc. as the rest of the tree.