Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 10:31:57 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r270323 - stable/9/sys/modules/if_carp
Message-ID:  <201408221031.s7MAVvHD061157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Fri Aug 22 10:31:57 2014
New Revision: 270323
URL: http://svnweb.freebsd.org/changeset/base/270323

Log:
  if_carp.ko depends on sha1.c.
  
  This is direct commit to stable/9, since modern carp is
  diverged a lot from it. Relevant commit to head was r228576.
  
  Submitted by:	Damir Bikmuhametov <boco ufanet.ru>

Modified:
  stable/9/sys/modules/if_carp/Makefile

Modified: stable/9/sys/modules/if_carp/Makefile
==============================================================================
--- stable/9/sys/modules/if_carp/Makefile	Fri Aug 22 08:22:40 2014	(r270322)
+++ stable/9/sys/modules/if_carp/Makefile	Fri Aug 22 10:31:57 2014	(r270323)
@@ -1,11 +1,12 @@
 # $FreeBSD$
 
 .PATH: ${.CURDIR}/../../netinet
+.PATH: ${.CURDIR}/../../crypto
 
 .include <bsd.own.mk>
 
 KMOD=	if_carp
-SRCS=	ip_carp.c
+SRCS=	ip_carp.c sha1.c
 SRCS+=	opt_carp.h opt_bpf.h opt_inet.h opt_inet6.h vnode_if.h
 
 .if !defined(KERNBUILDDIR)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408221031.s7MAVvHD061157>