diff options
Diffstat (limited to 'sys/modules/ata')
| -rw-r--r-- | sys/modules/ata/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/Makefile.inc | 2 | ||||
| -rw-r--r-- | sys/modules/ata/ata/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atacam/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atacard/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atacbus/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atadisk/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/ataisa/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atapci/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atapicam/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atapicd/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atapifd/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/atapist/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/ata/ataraid/Makefile | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sys/modules/ata/Makefile b/sys/modules/ata/Makefile index c67ade9d2c0d..e0e0d639fcf0 100644 --- a/sys/modules/ata/Makefile +++ b/sys/modules/ata/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/Makefile,v 1.2.16.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR = ata SUBDIR += atacard diff --git a/sys/modules/ata/Makefile.inc b/sys/modules/ata/Makefile.inc index 265f86d1ed55..71597b72b374 100644 --- a/sys/modules/ata/Makefile.inc +++ b/sys/modules/ata/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/Makefile.inc,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/modules/ata/ata/Makefile b/sys/modules/ata/ata/Makefile index 262984e35e27..0cd116132098 100644 --- a/sys/modules/ata/ata/Makefile +++ b/sys/modules/ata/ata/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/ata/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atacam/Makefile b/sys/modules/ata/atacam/Makefile index dcaf847a3561..ee02df602565 100644 --- a/sys/modules/ata/atacam/Makefile +++ b/sys/modules/ata/atacam/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atacam/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atacard/Makefile b/sys/modules/ata/atacard/Makefile index 1bb8b5bcddb2..0505407e357d 100644 --- a/sys/modules/ata/atacard/Makefile +++ b/sys/modules/ata/atacard/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atacard/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atacbus/Makefile b/sys/modules/ata/atacbus/Makefile index 2b11a89137ee..eca4f13802b2 100644 --- a/sys/modules/ata/atacbus/Makefile +++ b/sys/modules/ata/atacbus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atacbus/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atadisk/Makefile b/sys/modules/ata/atadisk/Makefile index c64cd3f79a07..51392a3efb4f 100644 --- a/sys/modules/ata/atadisk/Makefile +++ b/sys/modules/ata/atadisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atadisk/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/ataisa/Makefile b/sys/modules/ata/ataisa/Makefile index b43fd2e34888..4f7df3851ef2 100644 --- a/sys/modules/ata/ataisa/Makefile +++ b/sys/modules/ata/ataisa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/ataisa/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapci/Makefile b/sys/modules/ata/atapci/Makefile index 00d188bb9a8d..45fa1a365e35 100644 --- a/sys/modules/ata/atapci/Makefile +++ b/sys/modules/ata/atapci/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapci/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapicam/Makefile b/sys/modules/ata/atapicam/Makefile index 6dbaffe1e716..3950acb9ed6a 100644 --- a/sys/modules/ata/atapicam/Makefile +++ b/sys/modules/ata/atapicam/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapicam/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapicd/Makefile b/sys/modules/ata/atapicd/Makefile index bcc23199d653..3e76d02a966b 100644 --- a/sys/modules/ata/atapicd/Makefile +++ b/sys/modules/ata/atapicd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapicd/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapifd/Makefile b/sys/modules/ata/atapifd/Makefile index f5637480a26d..dec85b0721f1 100644 --- a/sys/modules/ata/atapifd/Makefile +++ b/sys/modules/ata/atapifd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapifd/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapist/Makefile b/sys/modules/ata/atapist/Makefile index 86c19b5f7b89..ac4d50a0e18d 100644 --- a/sys/modules/ata/atapist/Makefile +++ b/sys/modules/ata/atapist/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapist/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/ataraid/Makefile b/sys/modules/ata/ataraid/Makefile index 8f41bd7425b1..99f49e29b843 100644 --- a/sys/modules/ata/ataraid/Makefile +++ b/sys/modules/ata/ataraid/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/ataraid/Makefile,v 1.1.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../../dev/ata |
