Fixup bsd.prog.mk after r344182

Reported by:	tinderbox
Sponsored by:	Dell EMC Isilon
This commit is contained in:
cem 2019-02-15 23:41:54 +00:00
parent d889424078
commit 0b72daab60

View File

@ -73,7 +73,7 @@ TAGS+= package=${PACKAGE:Uruntime}
TAG_ARGS= -T ${TAGS:[*]:S/ /,/g}
.endif
.if defined(NO_SHARED) && (${NO_SHARED:tl} != "no"
.if defined(NO_SHARED) && ${NO_SHARED:tl} != "no"
LDFLAGS+= -static
.endif