From a7dff00b1e5790032d5d77cc87fb4a9fcf66eb80 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 3 Aug 2001 21:45:54 +0000 Subject: [PATCH] Don't clobber the default for CFLAGS. --- lib/libc/db/test/Makefile | 3 ++- libexec/rexecd/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile index 7ea53028e10..712ad625837 100644 --- a/lib/libc/db/test/Makefile +++ b/lib/libc/db/test/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.15 (Berkeley) 7/28/94 +# $FreeBSD$ PROG= dbtest OBJS= dbtest.o strerror.o @@ -9,7 +10,7 @@ OBJS= dbtest.o strerror.o INC= -I${PORTDIR}/include -I${PORTDIR} OORG= -g #STAT= -DSTATISTICS -CFLAGS= -D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC} +CFLAGS+=-D__DBINTERFACE_PRIVATE -DDEBUG ${STAT} ${OORG} ${INC} dbtest: ${OBJS} ${PORTDIR}/libdb.a ${CC} -o ${.TARGET} ${OBJS} ${PORTDIR}/libdb.a diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile index 4fc719073aa..e03d2ae522c 100644 --- a/libexec/rexecd/Makefile +++ b/libexec/rexecd/Makefile @@ -4,7 +4,7 @@ PROG= rexecd MAN= rexecd.8 -CFLAGS= -DOPIE +CFLAGS+=-DOPIE DPADD= ${LIBOPIE} ${LIBMD} ${LIBCRYPT} ${LIBUTIL} LDADD= -lopie -lmd -lcrypt -lutil