freebsd_amp_hwpstate/bin/expr/Makefile

14 lines
213 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
1997-02-22 14:13:04 +00:00
# $Id$
1993-06-19 01:55:46 +00:00
PROG= expr
1996-06-02 17:05:48 +00:00
SRCS= expr.c
CLEANFILES+= expr.c y.tab.h
expr.c:
${YACC} -d ${.IMPSRC}
mv -f y.tab.c expr.c
1993-06-12 14:58:17 +00:00
.include <bsd.prog.mk>