mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
- Remove extra $FreeBSD$
- Touch options headers to make module buildable. Reviewed by: trasz
This commit is contained in:
parent
0b94c3f711
commit
b77ea89ea5
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue