- Remove extra $FreeBSD$

- Touch options headers to make module buildable.

Reviewed by:	trasz
This commit is contained in:
Gleb Smirnoff 2013-04-02 13:52:09 +00:00
parent 0b94c3f711
commit b77ea89ea5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249022

View File

@ -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>