summaryrefslogtreecommitdiffstats
path: root/sbin/ddb
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-03-02 16:58:04 +0000
committeruqs <uqs@FreeBSD.org>2010-03-02 16:58:04 +0000
commitf8d1dd7a4ec434051b6212ce3eb8499b4799cb6b (patch)
tree360810296710b0ace559e49a0c503b4bcfdf7f05 /sbin/ddb
parent1a096d21d2dc8c7098da304d2c62ec61a9ef76ad (diff)
downloadFreeBSD-src-f8d1dd7a4ec434051b6212ce3eb8499b4799cb6b.zip
FreeBSD-src-f8d1dd7a4ec434051b6212ce3eb8499b4799cb6b.tar.gz
Always assign WARNS using ?=
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
Diffstat (limited to 'sbin/ddb')
-rw-r--r--sbin/ddb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ddb/Makefile b/sbin/ddb/Makefile
index b9189c1..c556be1 100644
--- a/sbin/ddb/Makefile
+++ b/sbin/ddb/Makefile
@@ -3,7 +3,7 @@
PROG= ddb
SRCS= ddb.c ddb_capture.c ddb_script.c
MAN= ddb.8
-WARNS= 3
+WARNS?= 3
DPADD= ${LIBKVM}
LDADD= -lkvm
OpenPOWER on IntegriCloud