Deleted Added
full compact
Makefile (219351) Makefile (219354)
1# $FreeBSD: head/sbin/hastctl/Makefile 219351 2011-03-06 22:56:14Z pjd $
1# $FreeBSD: head/sbin/hastctl/Makefile 219354 2011-03-06 23:09:33Z pjd $
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/../hastd
6
7PROG= hastctl
8SRCS= activemap.c
9SRCS+= crc32.c
10SRCS+= ebuf.c
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/../hastd
6
7PROG= hastctl
8SRCS= activemap.c
9SRCS+= crc32.c
10SRCS+= ebuf.c
11SRCS+= hast_checksum.c hast_proto.c hastctl.c
11SRCS+= hast_checksum.c hast_compression.c hast_proto.c hastctl.c
12SRCS+= lzf.c
12SRCS+= metadata.c
13SRCS+= nv.c
14SRCS+= parse.y pjdlog.c
15SRCS+= proto.c proto_common.c proto_tcp4.c proto_uds.c
16SRCS+= token.l
17SRCS+= subr.c
18SRCS+= y.tab.h
19MAN= hastctl.8

--- 23 unchanged lines hidden ---
13SRCS+= metadata.c
14SRCS+= nv.c
15SRCS+= parse.y pjdlog.c
16SRCS+= proto.c proto_common.c proto_tcp4.c proto_uds.c
17SRCS+= token.l
18SRCS+= subr.c
19SRCS+= y.tab.h
20MAN= hastctl.8

--- 23 unchanged lines hidden ---