aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/expr/Makefile
blob: 96c0a4ee09301408d5f013027ba7022a4ffdfd18 (plain) (blame)
1
2
3
4
5
6
PROG=	expr
SRCS=	expr.y

BINDIR=/bin

.include <bsd.prog.mk>