summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-09-07 17:38:46 +0000
committerobrien <obrien@FreeBSD.org>2005-09-07 17:38:46 +0000
commit711c9713a35eca5172233b27e078b79e3e30b105 (patch)
tree4b4649e7ea24945af47f4b5176172dfbcd9eb2e0 /sys/conf/Makefile.amd64
parentba6ab73cea264da3e4f119e5b2bd7fc4c05f6410 (diff)
downloadFreeBSD-src-711c9713a35eca5172233b27e078b79e3e30b105.zip
FreeBSD-src-711c9713a35eca5172233b27e078b79e3e30b105.tar.gz
Use the more readable empty() syntax.
Diffstat (limited to 'sys/conf/Makefile.amd64')
-rw-r--r--sys/conf/Makefile.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64
index ce37f7e..cf9456a 100644
--- a/sys/conf/Makefile.amd64
+++ b/sys/conf/Makefile.amd64
@@ -32,7 +32,7 @@ S= ../../..
.include "$S/conf/kern.pre.mk"
DDB_ENABLED!= grep DDB opt_ddb.h || true
-.if ${DDB_ENABLED} != ""
+.if !empty(DDB_ENABLED)
CFLAGS+= -fno-omit-frame-pointer
.endif
OpenPOWER on IntegriCloud