diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-12-03 22:28:02 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-12-03 22:28:02 +0000 |
commit | e5467e350ade44b0ea7cefa248ecab14b24d5fb3 (patch) | |
tree | 7fab342a4018db5f74b288979ff1635146e07706 /usr.bin/pmdb | |
parent | ca12822089e10e10ca338ce90499bdc7816905eb (diff) |
Append but not override COPTS.
ok espie@
Diffstat (limited to 'usr.bin/pmdb')
-rw-r--r-- | usr.bin/pmdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/Makefile b/usr.bin/pmdb/Makefile index 4a14febac8e..318e99052b8 100644 --- a/usr.bin/pmdb/Makefile +++ b/usr.bin/pmdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2003/07/22 17:15:13 brad Exp $ +# $OpenBSD: Makefile,v 1.9 2003/12/03 22:28:01 grange Exp $ .include <bsd.own.mk> @@ -45,7 +45,7 @@ CPPFLAGS+=-I${.CURDIR}/arch/${MACHINE} CPPFLAGS+=-I${.CURDIR}/arch/${MACHINE_ARCH} .endif -COPTS=-Wall -Wno-uninitialized +COPTS+=-Wall -Wno-uninitialized .endif |