8 lines
112 B
Makefile
8 lines
112 B
Makefile
# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
.include <bsd.prog.mk>
|