From 8be58a122b61ab24a5524e848814fe5dd314d243 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 15 Dec 1995 01:46:48 +0000 Subject: from netbsd; do not override other CFLAGS settings --- src/regress/lib/libc/db/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/db/Makefile b/src/regress/lib/libc/db/Makefile index 5bf343bf64..d42dc96315 100644 --- a/src/regress/lib/libc/db/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb