freebsd-dev/bin/expr/Makefile
2002-03-23 00:44:00 +00:00

10 lines
120 B
Makefile

# $FreeBSD$
PROG= expr
SRCS= expr.y
YFLAGS=
NO_WERROR= "GCC can't handle C99 printf formats."
.include <bsd.prog.mk>