8 lines
69 B
Makefile
8 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
.include <bsd.prog.mk>
|