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>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to