Deleted Added
full compact
Makefile (134479) Makefile (146957)
1# $FreeBSD: head/sys/modules/cam/Makefile 134479 2004-08-29 11:10:09Z des $
1# $FreeBSD: head/sys/modules/cam/Makefile 146957 2005-06-04 10:58:39Z schweikh $
2
2
3MAINTAINER= n_hibma@freebsd.org
4S= ${.CURDIR}/../..
5
6.PATH: $S/cam $S/cam/scsi
7
8KMOD= cam
9
10# See sys/conf/options for the flags that go into the different opt_*.h files.
11SRCS= opt_cam.h

--- 22 unchanged lines hidden ---
3S= ${.CURDIR}/../..
4
5.PATH: $S/cam $S/cam/scsi
6
7KMOD= cam
8
9# See sys/conf/options for the flags that go into the different opt_*.h files.
10SRCS= opt_cam.h

--- 22 unchanged lines hidden ---