summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
blob: e360adf00dc5cb5867619a35b2eb64efd6dea69f (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.8 1996/05/07 23:14:17 wosch 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