xref
: /
freebsd
/
bin
/
expr
/
Makefile
(revision 5521ff5a4d1929056e7ffc982fac3341ca54df7c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
expr
4
SRCS
=
expr.y
5
YFLAGS
=
6
WARNS
?=
2
7
8
.
include
<
bsd.prog.mk
>
9