Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2009 15:28:09 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r197672 - projects/sbruno_firewire/sys/modules/firewire/sbp_targ
Message-ID:  <200910011528.n91FS9hT055693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Thu Oct  1 15:28:08 2009
New Revision: 197672
URL: http://svn.freebsd.org/changeset/base/197672

Log:
  Remove undeeded depends in Makefile

Modified:
  projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile

Modified: projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile
==============================================================================
--- projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile	Thu Oct  1 15:22:34 2009	(r197671)
+++ projects/sbruno_firewire/sys/modules/firewire/sbp_targ/Makefile	Thu Oct  1 15:28:08 2009	(r197672)
@@ -8,8 +8,6 @@ KMOD	= sbp_targ
 SRCS	= bus_if.h device_if.h \
 	  opt_cam.h opt_scsi.h \
 	  sbp_targ.c sbp.h \
-	  firewire.h firewirereg.h \
-	  iec13213.h \
-          fwcsr.c fwcsr.h
+	  fwcsr.c
 
 .include <bsd.kmod.mk>



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