freebsd-dev/bin/expr/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
243 B
Makefile
Raw Normal View History

1999-08-27 23:15:48 +00:00
# $FreeBSD$
1993-06-19 01:55:46 +00:00
.include <src.opts.mk>
PACKAGE=runtime
PROG= expr
SRCS= expr.y
YFLAGS=
1993-06-12 14:58:17 +00:00
# expr relies on signed integer wrapping
CFLAGS+= -fwrapv
NO_WMISSING_VARIABLE_DECLARATIONS=
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
1993-06-12 14:58:17 +00:00
.include <bsd.prog.mk>