summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
blob: 63c0055d945dd4dbeb6d3371f7fc0b4923649d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	/b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp
#	$Id: Makefile,v 1.7 1995/05/30 00:06:49 rgrimes Exp $

PROG=		expr
SRCS=		expr.c
CLEANFILES+=	expr.c y.tab.h

expr.c:
	${YACC} -d ${.IMPSRC}
	mv -f y.tab.c expr.c

.include <bsd.prog.mk>

OpenPOWER on IntegriCloud