svn commit: r219884 - head/sbin/hastctl

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Mar 22 21:11:36 UTC 2011


Author: pjd
Date: Tue Mar 22 21:11:36 2011
New Revision: 219884
URL: http://svn.freebsd.org/changeset/base/219884

Log:
  Forgot to commit this as part of r219873.
  
  MFC after:	1 week

Modified:
  head/sbin/hastctl/Makefile

Modified: head/sbin/hastctl/Makefile
==============================================================================
--- head/sbin/hastctl/Makefile	Tue Mar 22 21:05:56 2011	(r219883)
+++ head/sbin/hastctl/Makefile	Tue Mar 22 21:11:36 2011	(r219884)
@@ -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


More information about the svn-src-all mailing list