repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hammer - Remove global VOP counters
[dragonfly.git]
/
bin
/
expr
/
Makefile
blob
11da5e6a57895d1b62623cefcd78fa35b31ee7b5
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.5 2005/02/06 06:16:39 okumoto Exp $
3
4
PROG
=
expr
5
SRCS
=
expr.y
6
7
CLEANFILES
=
expr.c
8
9
YFLAGS
=
10
11
.
include
<
bsd.prog.mk
>