1993-06-19 01:55:46 +00:00
|
|
|
# /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp
|
1997-01-14 07:20:47 +00:00
|
|
|
# $FreeBSD$
|
1993-06-19 01:55:46 +00:00
|
|
|
|
|
|
|
PROG= expr
|
1996-06-02 17:05:48 +00:00
|
|
|
SRCS= expr.c
|
|
|
|
CLEANFILES+= expr.c y.tab.h
|
|
|
|
|
|
|
|
expr.c:
|
|
|
|
${YACC} -d ${.IMPSRC}
|
|
|
|
mv -f y.tab.c expr.c
|
1993-06-12 14:58:17 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|