diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2000-07-03 16:59:59 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2000-07-03 16:59:59 +0000 |
commit | 976f6a30b508c62845181b3831a84859cf8c8993 (patch) | |
tree | c0e96432c3d0d12d6c7207abea5ddd8db4a0f4ce /share/mk/bsd.own.mk | |
parent | 179294e3f17b9096f45c151de8184e338221639c (diff) |
Set DEBUGLIBS only if not previously set. Allows overrides from
command line or mk.conf
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index cb0e5e81b85..5da756e09a3 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.32 2000/05/15 06:10:21 niklas Exp $ +# $OpenBSD: bsd.own.mk,v 1.33 2000/07/03 16:59:58 marc Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -33,7 +33,7 @@ AFS?= no AFS?= yes .endif # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols -DEBUGLIBS= no +DEBUGLIBS?= no # where the system object and source trees are kept; can be configurable # by the user in case they want them in ~/foosrc and ~/fooobj, for example |