summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 55079717..215b498 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -1,13 +1,7 @@
-# /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp
-# $Id$
+# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $
-PROG= expr
-SRCS= expr.c
-CLEANFILES+= expr.c y.tab.h
-
-expr.c:
- ${YACC} -d ${.IMPSRC}
- mv -f y.tab.c expr.c
+PROG= expr
+SRCS= expr.y
+YFLAGS=
.include <bsd.prog.mk>
-
OpenPOWER on IntegriCloud