summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit808a36ef658c1810327b5d329469bcf5dad24b28 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /sys/modules
parent058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff)
downloadFreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip
FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/atapi/Makefile2
-rw-r--r--sys/modules/ccd/Makefile2
-rw-r--r--sys/modules/cd9660/Makefile2
-rw-r--r--sys/modules/coff/Makefile2
-rw-r--r--sys/modules/coff/coff.c2
-rw-r--r--sys/modules/fdesc/Makefile2
-rw-r--r--sys/modules/fdescfs/Makefile2
-rw-r--r--sys/modules/fpu/Makefile2
-rw-r--r--sys/modules/gnufpu/Makefile2
-rw-r--r--sys/modules/ibcs2/Makefile2
-rwxr-xr-xsys/modules/ibcs2/ibcs22
-rw-r--r--sys/modules/ibcs2/ibcs2.82
-rw-r--r--sys/modules/ibcs2/ibcs2.c2
-rw-r--r--sys/modules/ibcs2/ibcs2.sh2
-rw-r--r--sys/modules/if_disc/Makefile2
-rw-r--r--sys/modules/if_ppp/Makefile2
-rw-r--r--sys/modules/if_sl/Makefile2
-rw-r--r--sys/modules/if_tun/Makefile2
-rw-r--r--sys/modules/ip_mroute_mod/Makefile2
-rw-r--r--sys/modules/ipfw/Makefile2
-rw-r--r--sys/modules/joy/Makefile2
-rw-r--r--sys/modules/joy/joy2
-rw-r--r--sys/modules/joy/joy.82
-rw-r--r--sys/modules/joy/joy.sh2
-rw-r--r--sys/modules/kernfs/Makefile2
-rw-r--r--sys/modules/linux/Makefile2
-rw-r--r--sys/modules/linux/linux2
-rw-r--r--sys/modules/linux/linux.82
-rw-r--r--sys/modules/linux/linux.c2
-rw-r--r--sys/modules/linux/linux.sh2
-rw-r--r--sys/modules/mfs/Makefile2
-rw-r--r--sys/modules/msdos/Makefile2
-rw-r--r--sys/modules/msdosfs/Makefile2
-rw-r--r--sys/modules/nfs/Makefile2
-rw-r--r--sys/modules/nfsclient/Makefile2
-rw-r--r--sys/modules/nfsserver/Makefile2
-rw-r--r--sys/modules/nullfs/Makefile2
-rw-r--r--sys/modules/pcic/Makefile2
-rw-r--r--sys/modules/portal/Makefile2
-rw-r--r--sys/modules/portalfs/Makefile2
-rw-r--r--sys/modules/procfs/Makefile2
-rw-r--r--sys/modules/syscons/Makefile2
-rw-r--r--sys/modules/syscons/blank/Makefile2
-rw-r--r--sys/modules/syscons/blank/blank_saver.c2
-rw-r--r--sys/modules/syscons/fade/Makefile2
-rw-r--r--sys/modules/syscons/fade/fade_saver.c2
-rw-r--r--sys/modules/syscons/green/Makefile2
-rw-r--r--sys/modules/syscons/green/green_saver.c2
-rw-r--r--sys/modules/syscons/saver.h2
-rw-r--r--sys/modules/syscons/snake/Makefile2
-rw-r--r--sys/modules/syscons/snake/snake_saver.c2
-rw-r--r--sys/modules/syscons/star/Makefile2
-rw-r--r--sys/modules/syscons/star/star_saver.c2
-rw-r--r--sys/modules/umapfs/Makefile2
-rw-r--r--sys/modules/union/Makefile2
-rw-r--r--sys/modules/unionfs/Makefile2
-rw-r--r--sys/modules/wcd/Makefile2
58 files changed, 58 insertions, 58 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 220df3d..aa83857 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.23 1996/06/12 03:49:35 asami Exp $
+# $FreeBSD$
# XXX present but broken: ip_mroute_mod mfs
SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile
index 9f8c356..4df5cbc 100644
--- a/sys/modules/atapi/Makefile
+++ b/sys/modules/atapi/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1996/09/06 23:32:54 pst Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = atapi_mod
diff --git a/sys/modules/ccd/Makefile b/sys/modules/ccd/Makefile
index a6bf54b..575543d 100644
--- a/sys/modules/ccd/Makefile
+++ b/sys/modules/ccd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/06/23 14:56:04 bde Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/dev/ccd
KMOD= ccd_mod
diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile
index a7ee27b..ad57c4f 100644
--- a/sys/modules/cd9660/Makefile
+++ b/sys/modules/cd9660/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/isofs/cd9660
KMOD= cd9660_mod
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile
index 3160c9e..2295335 100644
--- a/sys/modules/coff/Makefile
+++ b/sys/modules/coff/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/10/14 08:46:11 sos Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
diff --git a/sys/modules/coff/coff.c b/sys/modules/coff/coff.c
index 4c8b55a..a635d34 100644
--- a/sys/modules/coff/coff.c
+++ b/sys/modules/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.5 1995/11/14 07:33:54 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/fdesc/Makefile b/sys/modules/fdesc/Makefile
index 7aa2a7d..fa4a51e 100644
--- a/sys/modules/fdesc/Makefile
+++ b/sys/modules/fdesc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/fdesc
KMOD= fdesc_mod
diff --git a/sys/modules/fdescfs/Makefile b/sys/modules/fdescfs/Makefile
index 7aa2a7d..fa4a51e 100644
--- a/sys/modules/fdescfs/Makefile
+++ b/sys/modules/fdescfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/fdesc
KMOD= fdesc_mod
diff --git a/sys/modules/fpu/Makefile b/sys/modules/fpu/Makefile
index 8e3e940..ec25524 100644
--- a/sys/modules/fpu/Makefile
+++ b/sys/modules/fpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1995/10/15 17:00:49 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/i386
KMOD= fpu
diff --git a/sys/modules/gnufpu/Makefile b/sys/modules/gnufpu/Makefile
index 4d52fd0..db7852e 100644
--- a/sys/modules/gnufpu/Makefile
+++ b/sys/modules/gnufpu/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1995/10/15 17:00:49 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/gnu/i386/fpemul
KMOD= gnufpu
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile
index c72f985..a7f162d 100644
--- a/sys/modules/ibcs2/Makefile
+++ b/sys/modules/ibcs2/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_mod
diff --git a/sys/modules/ibcs2/ibcs2 b/sys/modules/ibcs2/ibcs2
index 21f591e..3f804bf 100755
--- a/sys/modules/ibcs2/ibcs2
+++ b/sys/modules/ibcs2/ibcs2
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $
+# $FreeBSD$
if [ $# -le 1 ]; then
LOADERS="coff" # elf
fi
diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8
index eb43254..04b8ab2 100644
--- a/sys/modules/ibcs2/ibcs2.8
+++ b/sys/modules/ibcs2/ibcs2.8
@@ -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.8,v 1.1 1995/11/28 21:12:06 joerg Exp $
+.\" $FreeBSD$
.\"
.Dd November 27, 1995
.Dt IBCS2 8
diff --git a/sys/modules/ibcs2/ibcs2.c b/sys/modules/ibcs2/ibcs2.c
index f7f9ec1..6184ec6 100644
--- a/sys/modules/ibcs2/ibcs2.c
+++ b/sys/modules/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.6 1995/11/13 07:18:27 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/ibcs2/ibcs2.sh b/sys/modules/ibcs2/ibcs2.sh
index 21f591e..3f804bf 100644
--- a/sys/modules/ibcs2/ibcs2.sh
+++ b/sys/modules/ibcs2/ibcs2.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $
+# $FreeBSD$
if [ $# -le 1 ]; then
LOADERS="coff" # elf
fi
diff --git a/sys/modules/if_disc/Makefile b/sys/modules/if_disc/Makefile
index 492de57..02c6e56 100644
--- a/sys/modules/if_disc/Makefile
+++ b/sys/modules/if_disc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_disc_mod
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile
index 3b2fc6e..00d7061 100644
--- a/sys/modules/if_ppp/Makefile
+++ b/sys/modules/if_ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/04/15 17:36:53 ats Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_ppp_mod
diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile
index d2cdd81..b9fd17a 100644
--- a/sys/modules/if_sl/Makefile
+++ b/sys/modules/if_sl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1995/03/20 19:25:47 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_sl_mod
diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile
index 49ca778..7ac838e 100644
--- a/sys/modules/if_tun/Makefile
+++ b/sys/modules/if_tun/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/22 22:12:59 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/net
KMOD= if_tun_mod
diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile
index d1f93c3..d07897c 100644
--- a/sys/modules/ip_mroute_mod/Makefile
+++ b/sys/modules/ip_mroute_mod/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/14 22:11:51 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ip_mroute_mod
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index bef7381..18a5f54 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1996/02/24 13:41:56 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ipfw_mod
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index c466c60..df322eb 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
diff --git a/sys/modules/joy/joy b/sys/modules/joy/joy
index 3f5bbb9..9461c73 100644
--- a/sys/modules/joy/joy
+++ b/sys/modules/joy/joy
@@ -1,4 +1,4 @@
#!/bin/sh
-# $Id$
+# $FreeBSD$
modload -q -u -A `sysctl -n kern.bootfile` /lkm/joy_mod.o
diff --git a/sys/modules/joy/joy.8 b/sys/modules/joy/joy.8
index c0852f0..b68d791 100644
--- a/sys/modules/joy/joy.8
+++ b/sys/modules/joy/joy.8
@@ -22,7 +22,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: joy.8,v 1.1 1996/03/16 01:35:48 jmz Exp $
+.\" $FreeBSD$
.\"
.Dd March 16, 1996
.Dt JOY 8
diff --git a/sys/modules/joy/joy.sh b/sys/modules/joy/joy.sh
index 3f5bbb9..9461c73 100644
--- a/sys/modules/joy/joy.sh
+++ b/sys/modules/joy/joy.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-# $Id$
+# $FreeBSD$
modload -q -u -A `sysctl -n kern.bootfile` /lkm/joy_mod.o
diff --git a/sys/modules/kernfs/Makefile b/sys/modules/kernfs/Makefile
index 1fbe7f7..3dea3fe 100644
--- a/sys/modules/kernfs/Makefile
+++ b/sys/modules/kernfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/kernfs
KMOD= kernfs_mod
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 1a58152..3f52448 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1996/06/25 20:13:12 bde Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/linux
KMOD= linux_mod
diff --git a/sys/modules/linux/linux b/sys/modules/linux/linux
index e4364a6..b1facf8 100644
--- a/sys/modules/linux/linux
+++ b/sys/modules/linux/linux
@@ -1,3 +1,3 @@
#!/bin/sh
-# $Id: linux,v 1.1 1995/06/25 17:29:48 sos Exp $
+# $FreeBSD$
modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o
diff --git a/sys/modules/linux/linux.8 b/sys/modules/linux/linux.8
index 31f6194..2f249f7 100644
--- a/sys/modules/linux/linux.8
+++ b/sys/modules/linux/linux.8
@@ -22,7 +22,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: linux.8,v 1.1 1996/03/16 01:35:48 jmz Exp $
+.\" $FreeBSD$
.\"
.Dd January 9, 1997
.Dt LINUX 8
diff --git a/sys/modules/linux/linux.c b/sys/modules/linux/linux.c
index 2378775..137be5c 100644
--- a/sys/modules/linux/linux.c
+++ b/sys/modules/linux/linux.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: linux.c,v 1.7 1996/09/03 22:52:07 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/linux/linux.sh b/sys/modules/linux/linux.sh
index e4364a6..b1facf8 100644
--- a/sys/modules/linux/linux.sh
+++ b/sys/modules/linux/linux.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-# $Id: linux,v 1.1 1995/06/25 17:29:48 sos Exp $
+# $FreeBSD$
modload -e linux_mod -u -q -o /tmp/linux_mod /lkm/linux_mod.o
diff --git a/sys/modules/mfs/Makefile b/sys/modules/mfs/Makefile
index b3aee05..cd9e471 100644
--- a/sys/modules/mfs/Makefile
+++ b/sys/modules/mfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/ufs/mfs
KMOD= mfs_mod
diff --git a/sys/modules/msdos/Makefile b/sys/modules/msdos/Makefile
index c849011..3c54462 100644
--- a/sys/modules/msdos/Makefile
+++ b/sys/modules/msdos/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/msdosfs
KMOD= msdos_mod
diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile
index c849011..3c54462 100644
--- a/sys/modules/msdosfs/Makefile
+++ b/sys/modules/msdosfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/msdosfs
KMOD= msdos_mod
diff --git a/sys/modules/nfs/Makefile b/sys/modules/nfs/Makefile
index e8e89e8..79e38c4e 100644
--- a/sys/modules/nfs/Makefile
+++ b/sys/modules/nfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index e8e89e8..79e38c4e 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile
index e8e89e8..79e38c4e 100644
--- a/sys/modules/nfsserver/Makefile
+++ b/sys/modules/nfsserver/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile
index fc71e6a..4275e94 100644
--- a/sys/modules/nullfs/Makefile
+++ b/sys/modules/nullfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/nullfs
KMOD= null_mod
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 2e1a706..5e3b329 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/pccard
KMOD= pcic_mod
diff --git a/sys/modules/portal/Makefile b/sys/modules/portal/Makefile
index 529314d..fd1bc2c 100644
--- a/sys/modules/portal/Makefile
+++ b/sys/modules/portal/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/portal
KMOD= portal_mod
diff --git a/sys/modules/portalfs/Makefile b/sys/modules/portalfs/Makefile
index 529314d..fd1bc2c 100644
--- a/sys/modules/portalfs/Makefile
+++ b/sys/modules/portalfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/portal
KMOD= portal_mod
diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile
index 8b8ee0b..0f5cec5 100644
--- a/sys/modules/procfs/Makefile
+++ b/sys/modules/procfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/01/24 19:34:49 peter Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/procfs
KMOD= procfs_mod
diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile
index edd608e..e170d90 100644
--- a/sys/modules/syscons/Makefile
+++ b/sys/modules/syscons/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $FreeBSD$
SUBDIR= blank fade green snake star
diff --git a/sys/modules/syscons/blank/Makefile b/sys/modules/syscons/blank/Makefile
index b63e280..b0cc16f 100644
--- a/sys/modules/syscons/blank/Makefile
+++ b/sys/modules/syscons/blank/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:19 phk Exp $
+# $FreeBSD$
KMOD= blank_saver_mod
SRCS= blank_saver.c
diff --git a/sys/modules/syscons/blank/blank_saver.c b/sys/modules/syscons/blank/blank_saver.c
index 6b68c1a5..6af2860 100644
--- a/sys/modules/syscons/blank/blank_saver.c
+++ b/sys/modules/syscons/blank/blank_saver.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: blank_saver.c,v 1.5 1995/11/14 07:34:34 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/fade/Makefile b/sys/modules/syscons/fade/Makefile
index 215d8ed..7cf5d8c 100644
--- a/sys/modules/syscons/fade/Makefile
+++ b/sys/modules/syscons/fade/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:26 phk Exp $
+# $FreeBSD$
KMOD= fade_saver_mod
SRCS= fade_saver.c
diff --git a/sys/modules/syscons/fade/fade_saver.c b/sys/modules/syscons/fade/fade_saver.c
index 21dfa82..524022d 100644
--- a/sys/modules/syscons/fade/fade_saver.c
+++ b/sys/modules/syscons/fade/fade_saver.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: fade_saver.c,v 1.5 1995/11/14 07:34:42 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/green/Makefile b/sys/modules/syscons/green/Makefile
index e41ea0e..a6d034e 100644
--- a/sys/modules/syscons/green/Makefile
+++ b/sys/modules/syscons/green/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:28 phk Exp $
+# $FreeBSD$
KMOD= green_saver_mod
SRCS= green_saver.c
diff --git a/sys/modules/syscons/green/green_saver.c b/sys/modules/syscons/green/green_saver.c
index e431dd7..6bb5fcb 100644
--- a/sys/modules/syscons/green/green_saver.c
+++ b/sys/modules/syscons/green/green_saver.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: green_saver.c,v 1.5 1995/11/14 07:34:50 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/saver.h b/sys/modules/syscons/saver.h
index b2e0b6d..e190d99 100644
--- a/sys/modules/syscons/saver.h
+++ b/sys/modules/syscons/saver.h
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $FreeBSD$ */
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/modules/syscons/snake/Makefile b/sys/modules/syscons/snake/Makefile
index c3eda52..8204c8e 100644
--- a/sys/modules/syscons/snake/Makefile
+++ b/sys/modules/syscons/snake/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:29 phk Exp $
+# $FreeBSD$
KMOD= snake_saver_mod
SRCS= snake_saver.c
diff --git a/sys/modules/syscons/snake/snake_saver.c b/sys/modules/syscons/snake/snake_saver.c
index dc00faac..80ecdc6 100644
--- a/sys/modules/syscons/snake/snake_saver.c
+++ b/sys/modules/syscons/snake/snake_saver.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: snake_saver.c,v 1.10 1996/07/01 20:28:54 bde Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile
index ae1414a..ea2d3de 100644
--- a/sys/modules/syscons/star/Makefile
+++ b/sys/modules/syscons/star/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/02/23 19:45:30 phk Exp $
+# $FreeBSD$
KMOD= star_saver_mod
SRCS= star_saver.c
diff --git a/sys/modules/syscons/star/star_saver.c b/sys/modules/syscons/star/star_saver.c
index a31de13..5ee93e1 100644
--- a/sys/modules/syscons/star/star_saver.c
+++ b/sys/modules/syscons/star/star_saver.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: star_saver.c,v 1.7 1995/11/29 20:10:33 wollman Exp $
+ * $FreeBSD$
*/
#include <sys/param.h>
diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile
index c8c26c8..00aafe6 100644
--- a/sys/modules/umapfs/Makefile
+++ b/sys/modules/umapfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/umapfs
KMOD= umap_mod
diff --git a/sys/modules/union/Makefile b/sys/modules/union/Makefile
index 2a1cf7e..807c254 100644
--- a/sys/modules/union/Makefile
+++ b/sys/modules/union/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/union
KMOD= union_mod
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile
index 2a1cf7e..807c254 100644
--- a/sys/modules/unionfs/Makefile
+++ b/sys/modules/unionfs/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/miscfs/union
KMOD= union_mod
diff --git a/sys/modules/wcd/Makefile b/sys/modules/wcd/Makefile
index 6b0a1c3..47ee62d 100644
--- a/sys/modules/wcd/Makefile
+++ b/sys/modules/wcd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1996/09/06 23:32:55 pst Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = wcd_mod
OpenPOWER on IntegriCloud