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