mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
3d06e95d35
Reviewed by: bde
9 lines
79 B
Makefile
9 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|