freebsd_amp_hwpstate/bin/expr/Makefile

14 lines
211 B
Makefile
Raw Normal View History

1993-06-19 01:55:46 +00:00
# /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp
1994-09-24 02:59:15 +00:00
# $Id$
1993-06-19 01:55:46 +00:00
PROG= expr
SRCS= expr.c
1993-06-19 01:55:46 +00:00
CLEANFILES+= expr.c y.tab.h
1993-06-12 14:58:17 +00:00
expr.c:
${YACC} -d ${.IMPSRC}
mv y.tab.c expr.c
.include <bsd.prog.mk>