head	1.3;
access;
symbols
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.3
date	2013.04.13.00.34.37;	author svnexp;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2013.04.03.00.42.14;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2013.04.03.00.35.29;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1
date	2013.04.13.00.34.37;	author svnexp;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2013.04.15.18.01.45;	author svnexp;	state Exp;
branches;
next	1.3.2.3;

1.3.2.3
date	2014.05.08.09.05.53;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249410
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/sys/modules/ctl/Makefile 249410 2013-04-12 16:25:03Z trasz $

.PATH: ${.CURDIR}/../../cam/ctl

KMOD=	ctl

SRCS=	ctl.c
SRCS+=	ctl_backend.c
SRCS+=	ctl_backend_block.c
SRCS+=	ctl_backend_ramdisk.c
SRCS+=	ctl_cmd_table.c
SRCS+=	ctl_frontend.c
SRCS+=	ctl_frontend_cam_sim.c
SRCS+=	ctl_frontend_internal.c
SRCS+=	ctl_mem_pool.c
SRCS+=	ctl_scsi_all.c
SRCS+=	ctl_error.c
SRCS+=	ctl_util.c
SRCS+=	scsi_ctl.c
SRCS+=	bus_if.h
SRCS+=	device_if.h
SRCS+=	vnode_if.h
SRCS+=	opt_cam.h
SRCS+=	opt_kdtrace.h

.include <bsd.kmod.mk>
@


1.3.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-04-15 18:01:45 +0000
@
text
@d1 26
@


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249510
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 26
# $FreeBSD: stable/9/sys/modules/ctl/Makefile 249510 2013-04-15 17:16:12Z trasz $

.PATH: ${.CURDIR}/../../cam/ctl

KMOD=	ctl

SRCS=	ctl.c
SRCS+=	ctl_backend.c
SRCS+=	ctl_backend_block.c
SRCS+=	ctl_backend_ramdisk.c
SRCS+=	ctl_cmd_table.c
SRCS+=	ctl_frontend.c
SRCS+=	ctl_frontend_cam_sim.c
SRCS+=	ctl_frontend_internal.c
SRCS+=	ctl_mem_pool.c
SRCS+=	ctl_scsi_all.c
SRCS+=	ctl_error.c
SRCS+=	ctl_util.c
SRCS+=	scsi_ctl.c
SRCS+=	bus_if.h
SRCS+=	device_if.h
SRCS+=	vnode_if.h
SRCS+=	opt_cam.h
SRCS+=	opt_kdtrace.h

.include <bsd.kmod.mk>
@


1.3.2.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/265654
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/ctl/Makefile 265654 2014-05-08 08:21:52Z mav $
d15 1
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249022
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: head/sys/modules/ctl/Makefile 249022 2013-04-02 13:52:09Z glebius $
a23 1
SRCS+=	opt_ctl.h
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249009
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 3
# $FreeBSD: head/sys/modules/ctl/Makefile 249009 2013-04-02 09:42:42Z trasz $

# $FreeBSD: head/sys/modules/ctl/Makefile 249009 2013-04-02 09:42:42Z trasz $
d23 3
@

