From: deraadt Date: Fri, 15 Dec 1995 01:45:45 +0000 (+0000) Subject: from netbsd; do not override other CFLAGS settings X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=04cf2d5f78cd4e59d3f1554d575138cb5cea9468;p=openbsd from netbsd; do not override other CFLAGS settings --- diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 276f37501f0..367fec60082 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -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 diff --git a/lib/csu/mips/Makefile b/lib/csu/mips/Makefile index c4f4393c34d..612d3b77190 100644 --- a/lib/csu/mips/Makefile +++ b/lib/csu/mips/Makefile @@ -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 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