projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Make sure the temporary .c file generated from the .y file is properly
[dragonfly.git]
/
bin
/
expr
/
Makefile
1
# $FreeBSD: src/bin/expr/Makefile,v 1.14.2.1 2001/08/01 02:37:46 obrien Exp $
2
# $DragonFly: src/bin/expr/Makefile,v 1.4 2005/01/06 05:23:45 dillon Exp $
3
4
PROG= expr
5
SRCS= expr.y
6
7
CLEANFILES= expr.c
8
9
WARNS?= 6
10
11
YFLAGS=
12
13
.include <bsd.prog.mk>