NetBSD/bin/expr/Makefile

15 lines
241 B
Makefile
Raw Normal View History

1993-03-23 03:22:59 +03:00
# $Header: /cvsroot/src/bin/expr/Makefile,v 1.4 1993/03/23 00:25:45 cgd Exp $
1993-03-22 11:04:00 +03:00
1993-03-21 12:45:37 +03:00
PROG=expr
1993-03-21 21:04:42 +03:00
SRCS=expr.c
1993-03-21 12:45:37 +03:00
CFLAGS+=-I. -I${.CURDIR}
NOMAN=noman
CLEANFILES+=expr.c y.tab.h
expr.c:
${YACC} -d ${.IMPSRC}
mv y.tab.c expr.c
.include <bsd.prog.mk>