diff options
author | pjd <pjd@FreeBSD.org> | 2011-03-22 21:11:36 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2011-03-22 21:11:36 +0000 |
commit | 059b3a821cc57c3f03a4ae79e259beb079c87586 (patch) | |
tree | b0fc5d7d1e292b2e4c06cf17892701f6aa0c5079 /sbin/hastctl | |
parent | 2807134c939427e2c8cd3f3ae99951a662ae2ad4 (diff) | |
download | FreeBSD-src-059b3a821cc57c3f03a4ae79e259beb079c87586.zip FreeBSD-src-059b3a821cc57c3f03a4ae79e259beb079c87586.tar.gz |
Forgot to commit this as part of r219873.
MFC after: 1 week
Diffstat (limited to 'sbin/hastctl')
-rw-r--r-- | sbin/hastctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastctl/Makefile b/sbin/hastctl/Makefile index 06b2ca0..b7b1db9 100644 --- a/sbin/hastctl/Makefile +++ b/sbin/hastctl/Makefile @@ -13,7 +13,7 @@ SRCS+= lzf.c SRCS+= metadata.c SRCS+= nv.c SRCS+= parse.y pjdlog.c -SRCS+= proto.c proto_common.c proto_tcp4.c proto_uds.c +SRCS+= proto.c proto_common.c proto_uds.c SRCS+= token.l SRCS+= subr.c SRCS+= y.tab.h |