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>
|