Stop this warning:

"Makefile", line 35: warning: "grep DDB opt_ddb.h" returned non-zero status
This commit is contained in:
Peter Wemm 2003-09-30 03:49:09 +00:00
parent c753166c6a
commit 00f553ed0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120589

View File

@ -31,7 +31,7 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
DDB_ENABLED!= grep DDB opt_ddb.h
DDB_ENABLED!= grep DDB opt_ddb.h || true
.if ${DDB_ENABLED} != ""
CFLAGS+= -fno-omit-frame-pointer
.endif