xref
: /
freebsd
/
bin
/
expr
/
Makefile
(revision 6990ffd8a95caaba6858ad44ff1b3157d1efba8f)
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