aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.bin/ctfconvert/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/usr.bin/ctfconvert/Makefile')
-rw-r--r--cddl/usr.bin/ctfconvert/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cddl/usr.bin/ctfconvert/Makefile b/cddl/usr.bin/ctfconvert/Makefile
index 02cbe95640f5..5dd38fbb5329 100644
--- a/cddl/usr.bin/ctfconvert/Makefile
+++ b/cddl/usr.bin/ctfconvert/Makefile
@@ -1,10 +1,10 @@
-# $FreeBSD$
.include <src.opts.mk>
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/common
.PATH: ${SRCTOP}/cddl/contrib/opensolaris/tools/ctf/cvt
+PACKAGE= ctf-tools
PROG= ctfconvert
SRCS= alist.c \
ctf.c \
@@ -18,8 +18,6 @@ SRCS= alist.c \
memory.c \
merge.c \
output.c \
- st_parse.c \
- stabs.c \
stack.c \
strtab.c \
symbol.c \