diff options
Diffstat (limited to 'sbin/ddb/Makefile')
-rw-r--r-- | sbin/ddb/Makefile | 2 |
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 |