diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 01:46:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 01:46:49 +0000 |
commit | 7deee5322fbe3b85249441618fb1b15616784101 (patch) | |
tree | ce02fd9095834a39906e33872a2329076973f959 /regress/lib | |
parent | 12215d5eabf89ca29198ee135b78a60155102f35 (diff) |
from netbsd; do not override other CFLAGS settings
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/db/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/db/Makefile b/regress/lib/libc/db/Makefile index 5bf343bf647..d42dc963159 100644 --- a/regress/lib/libc/db/Makefile +++ b/regress/lib/libc/db/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.10 1995/04/20 22:39:11 cgd Exp $ +# $NetBSD: Makefile,v 1.11 1995/12/12 01:54:15 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 PROG= dbtest # add -DSTATISTICS to CFLAGS to get usage statistics. Note that # for this to work, libc must be compiled with -DSTATISTICS as well -CFLAGS= -g -D__DBINTERFACE_PRIVATE -DDEBUG +CFLAGS+= -g -D__DBINTERFACE_PRIVATE -DDEBUG NOMAN= noman CLEANFILES+= t1 t2 t3 |