Makefile (a4bf5fb987611aeb78c422312b63b185e39982d7) Makefile (8be96e101f2691b80ff9562b72f874da82e735aa)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/common
4.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt
5
6DEBUG_FLAGS= -g
7
8PROG= ctfconvert
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/common
4.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt
5
6DEBUG_FLAGS= -g
7
8PROG= ctfconvert
9NO_MAN=
10SRCS= alist.c \
11 ctf.c \
12 ctfconvert.c \
13 dwarf.c \
14 fixup_tdescs.c \
15 hash.c \
16 iidesc.c \
17 input.c \

--- 26 unchanged lines hidden ---
9SRCS= alist.c \
10 ctf.c \
11 ctfconvert.c \
12 dwarf.c \
13 fixup_tdescs.c \
14 hash.c \
15 iidesc.c \
16 input.c \

--- 26 unchanged lines hidden ---