diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /lkm | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'lkm')
| -rw-r--r-- | lkm/Makefile | 2 | ||||
| -rw-r--r-- | lkm/Makefile.inc | 2 | ||||
| -rw-r--r-- | lkm/cd9660/Makefile | 2 | ||||
| -rw-r--r-- | lkm/coff/Makefile | 2 | ||||
| -rw-r--r-- | lkm/coff/coff.c | 2 | ||||
| -rw-r--r-- | lkm/fdesc/Makefile | 2 | ||||
| -rw-r--r-- | lkm/ibcs2/Makefile | 2 | ||||
| -rwxr-xr-x | lkm/ibcs2/ibcs2 | 2 | ||||
| -rw-r--r-- | lkm/ibcs2/ibcs2.c | 2 | ||||
| -rw-r--r-- | lkm/ip_mroute_mod/Makefile | 2 | ||||
| -rw-r--r-- | lkm/kernfs/Makefile | 2 | ||||
| -rw-r--r-- | lkm/mfs/Makefile | 2 | ||||
| -rw-r--r-- | lkm/msdos/Makefile | 2 | ||||
| -rw-r--r-- | lkm/nfs/Makefile | 2 | ||||
| -rw-r--r-- | lkm/nullfs/Makefile | 2 | ||||
| -rw-r--r-- | lkm/portal/Makefile | 2 | ||||
| -rw-r--r-- | lkm/procfs/Makefile | 2 | ||||
| -rw-r--r-- | lkm/socksys/Makefile | 2 | ||||
| -rw-r--r-- | lkm/socksys/socksys.c | 2 | ||||
| -rw-r--r-- | lkm/umapfs/Makefile | 2 | ||||
| -rw-r--r-- | lkm/union/Makefile | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 193ea88d0d26b..fb6365f4ed9ed 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1994/10/14 08:54:31 sos Exp $ +# Makefile,v 1.6 1994/10/16 20:39:52 sos Exp SUBDIR= cd9660 coff fdesc ibcs2 ip_mroute_mod kernfs msdos nfs nullfs portal \ procfs socksys umapfs union diff --git a/lkm/Makefile.inc b/lkm/Makefile.inc index 752e6b0361c6d..9cfd44f37a843 100644 --- a/lkm/Makefile.inc +++ b/lkm/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# Makefile.inc,v 1.1 1994/09/16 20:24:27 wollman Exp BINDIR= /lkm diff --git a/lkm/cd9660/Makefile b/lkm/cd9660/Makefile index a7ee27b7bf7d4..ce2e89987c7a3 100644 --- a/lkm/cd9660/Makefile +++ b/lkm/cd9660/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:03 wollman Exp .PATH: ${.CURDIR}/../../sys/isofs/cd9660 KMOD= cd9660_mod diff --git a/lkm/coff/Makefile b/lkm/coff/Makefile index 3160c9e97555a..f104992f12a11 100644 --- a/lkm/coff/Makefile +++ b/lkm/coff/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $ +# Makefile,v 1.2 1994/10/27 23:39:19 wollman Exp .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_coff_mod diff --git a/lkm/coff/coff.c b/lkm/coff/coff.c index bd8656f57240c..3306913f01fdc 100644 --- a/lkm/coff/coff.c +++ b/lkm/coff/coff.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * coff.c,v 1.1 1994/10/14 08:46:12 sos Exp */ #include <sys/param.h> diff --git a/lkm/fdesc/Makefile b/lkm/fdesc/Makefile index 7aa2a7d6a6757..72d3e8668b19b 100644 --- a/lkm/fdesc/Makefile +++ b/lkm/fdesc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:05 wollman Exp .PATH: ${.CURDIR}/../../sys/miscfs/fdesc KMOD= fdesc_mod diff --git a/lkm/ibcs2/Makefile b/lkm/ibcs2/Makefile index 482ac1a17799c..d85831dabed7d 100644 --- a/lkm/ibcs2/Makefile +++ b/lkm/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/10/14 22:56:40 sos Exp $ +# Makefile,v 1.4 1994/10/27 23:36:57 wollman Exp .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/lkm/ibcs2/ibcs2 b/lkm/ibcs2/ibcs2 index 2908e5aba78c0..9912ed390ff2d 100755 --- a/lkm/ibcs2/ibcs2 +++ b/lkm/ibcs2/ibcs2 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ibcs2,v 1.1 1994/10/14 08:45:15 sos Exp $ +# ibcs2,v 1.2 1994/10/16 20:39:16 sos Exp if [ $# -le 1 ]; then LOADERS="coff" # elf fi diff --git a/lkm/ibcs2/ibcs2.c b/lkm/ibcs2/ibcs2.c index c58966e8a6813..29672e7017fbe 100644 --- a/lkm/ibcs2/ibcs2.c +++ b/lkm/ibcs2/ibcs2.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * ibcs2.c,v 1.2 1994/10/14 08:45:16 sos Exp */ #include <sys/param.h> diff --git a/lkm/ip_mroute_mod/Makefile b/lkm/ip_mroute_mod/Makefile index d1f93c3e2185d..293b5cc2583c9 100644 --- a/lkm/ip_mroute_mod/Makefile +++ b/lkm/ip_mroute_mod/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/14 22:11:51 wollman Exp $ +# Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp .PATH: ${.CURDIR}/../../sys/netinet KMOD= ip_mroute_mod diff --git a/lkm/kernfs/Makefile b/lkm/kernfs/Makefile index 1fbe7f76521e0..9e4d1b72247a5 100644 --- a/lkm/kernfs/Makefile +++ b/lkm/kernfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:06 wollman Exp .PATH: ${.CURDIR}/../../sys/miscfs/kernfs KMOD= kernfs_mod diff --git a/lkm/mfs/Makefile b/lkm/mfs/Makefile index b3aee055aacbf..2b7eb78a8444b 100644 --- a/lkm/mfs/Makefile +++ b/lkm/mfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp .PATH: ${.CURDIR}/../../sys/ufs/mfs KMOD= mfs_mod diff --git a/lkm/msdos/Makefile b/lkm/msdos/Makefile index 777699da0897f..d344b9e73fcc7 100644 --- a/lkm/msdos/Makefile +++ b/lkm/msdos/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp .PATH: ${.CURDIR}/../../sys/msdosfs KMOD= msdos_mod diff --git a/lkm/nfs/Makefile b/lkm/nfs/Makefile index e8e89e8367d9a..991a73132d369 100644 --- a/lkm/nfs/Makefile +++ b/lkm/nfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $ +# Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp .PATH: ${.CURDIR}/../../sys/nfs KMOD= nfs_mod diff --git a/lkm/nullfs/Makefile b/lkm/nullfs/Makefile index fc71e6a33ea69..af8a23cc2becb 100644 --- a/lkm/nullfs/Makefile +++ b/lkm/nullfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:10 wollman Exp .PATH: ${.CURDIR}/../../sys/miscfs/nullfs KMOD= null_mod diff --git a/lkm/portal/Makefile b/lkm/portal/Makefile index 529314d1f6fe2..621cbddf5f985 100644 --- a/lkm/portal/Makefile +++ b/lkm/portal/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:12 wollman Exp .PATH: ${.CURDIR}/../../sys/miscfs/portal KMOD= portal_mod diff --git a/lkm/procfs/Makefile b/lkm/procfs/Makefile index 951d65d49b5b1..eb1a9baa735ba 100644 --- a/lkm/procfs/Makefile +++ b/lkm/procfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:13 wollman Exp .PATH: ${.CURDIR}/../../sys/miscfs/procfs \ ${.CURDIR}/../../sys/${MACHINE}/${MACHINE} diff --git a/lkm/socksys/Makefile b/lkm/socksys/Makefile index de8b44c1317cf..6816a2e833b57 100644 --- a/lkm/socksys/Makefile +++ b/lkm/socksys/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# Makefile,v 1.1 1994/10/16 20:38:49 sos Exp .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= socksys_mod diff --git a/lkm/socksys/socksys.c b/lkm/socksys/socksys.c index 36606956ce144..7fc0c97195d25 100644 --- a/lkm/socksys/socksys.c +++ b/lkm/socksys/socksys.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * socksys.c,v 1.1 1994/10/16 20:38:50 sos Exp */ #include <sys/param.h> diff --git a/lkm/umapfs/Makefile b/lkm/umapfs/Makefile index c8c26c8da2d00..12698eb5b567a 100644 --- a/lkm/umapfs/Makefile +++ b/lkm/umapfs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:14 wollman Exp .PATH: ${.CURDIR}/../../sys/miscfs/umapfs KMOD= umap_mod diff --git a/lkm/union/Makefile b/lkm/union/Makefile index 2a1cf7efd3dd3..66e474997c138 100644 --- a/lkm/union/Makefile +++ b/lkm/union/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ +# Makefile,v 1.1 1994/09/21 23:27:16 wollman Exp .PATH: ${.CURDIR}/../../sys/miscfs/union KMOD= union_mod |
