]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/expr/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.git] / bin / expr / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=runtime
6 PROG=   expr
7 SRCS=   expr.y
8 YFLAGS=
9
10 # expr relies on signed integer wrapping
11 CFLAGS+= -fwrapv
12
13 NO_WMISSING_VARIABLE_DECLARATIONS=
14
15 HAS_TESTS=
16 SUBDIR.${MK_TESTS}+= tests
17
18 .include <bsd.prog.mk>