summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
blob: 04c5779b18fdea6b1bd88394a55795d6ac061555 (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
#	$FreeBSD$

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