mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
9 lines
120 B
Makefile
9 lines
120 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
NO_WERROR= "GCC can't handle C99 printf formats."
|
|
|
|
.include <bsd.prog.mk>
|