bsd.lib.mk: No need to check DEBUG_FLAGS twice
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Sat, 5 Dec 2015 17:14:03 +0000 (23:14 +0600)
committerJohn Marino <draco@marino.st>
Sun, 6 Dec 2015 08:04:39 +0000 (09:04 +0100)
commit22ca5d38fdd4bd8a05798c2731ef376aa881e95b
treef7474ec2c443a3982b4db3bdfe7b086a8118b57d
parentf8e009eeb41521d55690f3e33eaaba9cbac3576d
bsd.lib.mk: No need to check DEBUG_FLAGS twice

We no need to check the DEBUG_FLAGS twice in the share/mk/bsd.lib.mk,
we can just add '.else' clause to the first check.
share/mk/bsd.lib.mk