from netbsd; do not override other CFLAGS settings
authorderaadt <deraadt@openbsd.org>
Fri, 15 Dec 1995 01:45:45 +0000 (01:45 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 15 Dec 1995 01:45:45 +0000 (01:45 +0000)
lib/csu/alpha/Makefile
lib/csu/mips/Makefile
regress/lib/libc/db/Makefile

index 276f375..367fec6 100644 (file)
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.1 1995/02/10 17:53:00 cgd Exp $
+#      $NetBSD: Makefile,v 1.2 1995/12/12 01:53:50 cgd Exp $
 
-CFLAGS=                -DLIBC_SCCS
+CFLAGS+=       -DLIBC_SCCS
 OBJS=          crt0.o gcrt0.o
 CLEANFILES+=   core a.out
 
index c4f4393..612d3b7 100644 (file)
@@ -1,7 +1,7 @@
 #      from: @(#)Makefile      8.1 (Berkeley) 6/1/93
-#      $Id: Makefile,v 1.1.1.1 1995/10/18 08:41:18 deraadt Exp $
+#      $Id: Makefile,v 1.2 1995/12/15 01:45:59 deraadt Exp $
 
-CFLAGS=                -DLIBC_SCCS
+CFLAGS+=       -DLIBC_SCCS
 OBJS=          crt0.o gcrt0.o
 CLEANFILES+=   core a.out
 
index 5bf343b..d42dc96 100644 (file)
@@ -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