1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/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>