svn commit: r249022 - head/sys/modules/ctl

Gleb Smirnoff glebius at FreeBSD.org
Tue Apr 2 13:52:10 UTC 2013


Author: glebius
Date: Tue Apr  2 13:52:09 2013
New Revision: 249022
URL: http://svnweb.freebsd.org/changeset/base/249022

Log:
  - Remove extra $FreeBSD$
  - Touch options headers to make module buildable.
  
  Reviewed by:	trasz

Modified:
  head/sys/modules/ctl/Makefile

Modified: head/sys/modules/ctl/Makefile
==============================================================================
--- head/sys/modules/ctl/Makefile	Tue Apr  2 13:42:20 2013	(r249021)
+++ head/sys/modules/ctl/Makefile	Tue Apr  2 13:52:09 2013	(r249022)
@@ -1,7 +1,5 @@
 # $FreeBSD$
 
-# $FreeBSD$
-
 .PATH: ${.CURDIR}/../../cam/ctl
 
 KMOD=	ctl
@@ -22,5 +20,8 @@ SRCS+=	scsi_ctl.c
 SRCS+=	bus_if.h
 SRCS+=	device_if.h
 SRCS+=	vnode_if.h
+SRCS+=	opt_cam.h
+SRCS+=	opt_ctl.h
+SRCS+=	opt_kdtrace.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list