summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-08-03 21:45:54 +0000
committerbde <bde@FreeBSD.org>2001-08-03 21:45:54 +0000
commit5acdee8a8eec085d0401426769ab8b606ac1408e (patch)
treec2dc103f7cd465b255c4f748cdbb48ca28ca50d0
parent3713e597cbfe0d43eb2921780d76f6fbea9306e9 (diff)
downloadFreeBSD-src-5acdee8a8eec085d0401426769ab8b606ac1408e.zip
FreeBSD-src-5acdee8a8eec085d0401426769ab8b606ac1408e.tar.gz
Don't clobber the default for CFLAGS.
-rw-r--r--lib/libc/db/test/Makefile3
-rw-r--r--libexec/rexecd/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/db/test/Makefile b/lib/libc/db/test/Makefile
index 7ea5302..712ad62 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 4fc7190..e03d2ae 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
OpenPOWER on IntegriCloud