summaryrefslogtreecommitdiff
path: root/tools/KSE/rr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/KSE/rr/Makefile')
-rw-r--r--tools/KSE/rr/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/KSE/rr/Makefile b/tools/KSE/rr/Makefile
deleted file mode 100644
index 2a953567c9c6..000000000000
--- a/tools/KSE/rr/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $FreeBSD$
-
-PROG= rr
-MAN=
-CFLAGS+= -g -Wall
-SRCS= kse_asm.S rr.c
-
-.include <bsd.prog.mk>