Cross Reference: Makefile
xref: /src/bin/expr/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/bin/expr/
Makefile revision 1.1
1PROG=expr
2SRCS=expr
3CFLAGS+=-I. -I${.CURDIR}
4NOMAN=noman
5CLEANFILES+=expr.c y.tab.h
6
7expr.c:
8	${YACC} -d ${.IMPSRC}
9	mv y.tab.c expr.c
10
11.include <bsd.prog.mk>
12
13

Indexes created Sat Dec 20 21:09:36 GMT 2025