xref
: /
freebsd-12.1
/
tools
/
KSE
/
rr
/
Makefile
(revision 3bdf7758)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
rr
4
MAN
=
5
CFLAGS
+= -g -
Wall
6
SRCS
=
kse_asm.S
rr.c
7
8
.
include
<
bsd.prog.mk
>
9