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
6PROG= ctfmerge
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/common
4.PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/tools/ctf/cvt
5
6PROG= ctfmerge
7NO_MAN=
8SRCS= alist.c \
9 barrier.c \
10 ctf.c \
11 ctfmerge.c \
12 fifo.c \
13 hash.c \
14 iidesc.c \
15 input.c \

--- 25 unchanged lines hidden ---
7SRCS= alist.c \
8 barrier.c \
9 ctf.c \
10 ctfmerge.c \
11 fifo.c \
12 hash.c \
13 iidesc.c \
14 input.c \

--- 25 unchanged lines hidden ---