xref: /freebsd-14.2/bin/expr/Makefile (revision d0b2dbfa)
14ba5f298SAndrew Moore
2e15138e5SEnji Cooper.include <src.opts.mk>
3e15138e5SEnji Cooper
4ac2875faSGlen BarberPACKAGE=runtime
55b81b6b3SRodney W. GrimesPROG=	expr
67e44350eSBruce EvansSRCS=	expr.y
77e44350eSBruce EvansYFLAGS=
85b81b6b3SRodney W. Grimes
9c9699222SDimitry Andric# expr relies on signed integer wrapping
10c9699222SDimitry AndricCFLAGS+= -fwrapv
11c9699222SDimitry Andric
127e659f94SEd SchoutenNO_WMISSING_VARIABLE_DECLARATIONS=
137e659f94SEd Schouten
14*d511b20aSEnji CooperHAS_TESTS=
154b330699SEnji CooperSUBDIR.${MK_TESTS}+= tests
16e15138e5SEnji Cooper
175b81b6b3SRodney W. Grimes.include <bsd.prog.mk>
18