Pay attention to MK_SHARED_TOOLCHAIN

This commit is contained in:
Simon J. Gerraty 2014-05-16 15:02:12 +00:00
parent f44c355924
commit 9ac5c14c93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=266237

View file

@ -14,4 +14,9 @@ LDADD+= -lncurses
BINDIR?= /usr/bin
.if ${MK_SHARED_TOOLCHAIN} == "no"
NO_SHARED= yes
.endif
.include <bsd.prog.mk>