]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/Makefile.inc
pow,powf(3),__ieee754_rem_pio2(f): Avoid negative integer left shift UB
[FreeBSD/FreeBSD.git] / bin / Makefile.inc
1
2 .include <src.opts.mk>
3
4 BINDIR?=        /bin
5
6 .if ${MK_DYNAMICROOT} == "no"
7 NO_SHARED?=     YES
8 .endif