summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 01:35:59 +0000
commitefabb9ccb197b05958967dd035c279ba3bc19cb0 (patch)
tree2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/amd
parent06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff)
downloadFreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip
FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/Makefile2
-rw-r--r--usr.sbin/amd/Makefile.inc2
-rw-r--r--usr.sbin/amd/amd/Makefile2
-rw-r--r--usr.sbin/amd/amq/Makefile2
-rw-r--r--usr.sbin/amd/doc/Makefile2
-rw-r--r--usr.sbin/amd/fixmount/Makefile2
-rw-r--r--usr.sbin/amd/fsinfo/Makefile2
-rw-r--r--usr.sbin/amd/hlfsd/Makefile2
-rw-r--r--usr.sbin/amd/include/Makefile2
-rw-r--r--usr.sbin/amd/include/config.h2
-rw-r--r--usr.sbin/amd/include/newvers.sh2
-rw-r--r--usr.sbin/amd/libamu/Makefile2
-rw-r--r--usr.sbin/amd/mk-amd-map/Makefile2
-rw-r--r--usr.sbin/amd/pawd/Makefile2
-rw-r--r--usr.sbin/amd/scripts/Makefile2
-rw-r--r--usr.sbin/amd/wire-test/Makefile2
16 files changed, 16 insertions, 16 deletions
diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile
index 6eff9c4..f970945 100644
--- a/usr.sbin/amd/Makefile
+++ b/usr.sbin/amd/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.4 1998/09/02 21:09:09 brian Exp $
+# $FreeBSD$
#
SUBDIR= libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd scripts wire-test
diff --git a/usr.sbin/amd/Makefile.inc b/usr.sbin/amd/Makefile.inc
index 32c6370..629ce42 100644
--- a/usr.sbin/amd/Makefile.inc
+++ b/usr.sbin/amd/Makefile.inc
@@ -1,6 +1,6 @@
# ex:ts=8
#
-# $Id: Makefile.inc,v 1.3 1998/09/09 16:11:01 obrien Exp $
+# $FreeBSD$
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile
index 48a3ec2..164179f 100644
--- a/usr.sbin/amd/amd/Makefile
+++ b/usr.sbin/amd/amd/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.15 1998/08/30 19:59:49 gpalmer Exp $
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/amd
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile
index 4681a29..26bd507 100644
--- a/usr.sbin/amd/amq/Makefile
+++ b/usr.sbin/amd/amq/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.10 1998/08/27 08:09:40 obrien Exp $
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/amq
diff --git a/usr.sbin/amd/doc/Makefile b/usr.sbin/amd/doc/Makefile
index 99e9902..0d96d8d 100644
--- a/usr.sbin/amd/doc/Makefile
+++ b/usr.sbin/amd/doc/Makefile
@@ -1,6 +1,6 @@
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
-# $Id: Makefile,v 1.8 1998/08/27 08:09:41 obrien Exp $
+# $FreeBSD$
INFO= am-utils
diff --git a/usr.sbin/amd/fixmount/Makefile b/usr.sbin/amd/fixmount/Makefile
index 3ea214f..508064e 100644
--- a/usr.sbin/amd/fixmount/Makefile
+++ b/usr.sbin/amd/fixmount/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.2 1998/08/30 19:59:52 gpalmer Exp $
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/fixmount \
diff --git a/usr.sbin/amd/fsinfo/Makefile b/usr.sbin/amd/fsinfo/Makefile
index 5e54f6c..3694840 100644
--- a/usr.sbin/amd/fsinfo/Makefile
+++ b/usr.sbin/amd/fsinfo/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id$
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/fsinfo
diff --git a/usr.sbin/amd/hlfsd/Makefile b/usr.sbin/amd/hlfsd/Makefile
index 3cf19bc..8c65de9 100644
--- a/usr.sbin/amd/hlfsd/Makefile
+++ b/usr.sbin/amd/hlfsd/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.2 1998/08/30 19:59:52 gpalmer Exp $
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/hlfsd
diff --git a/usr.sbin/amd/include/Makefile b/usr.sbin/amd/include/Makefile
index edf048b..0bf2c8e 100644
--- a/usr.sbin/amd/include/Makefile
+++ b/usr.sbin/amd/include/Makefile
@@ -1,6 +1,6 @@
# ex:ts=8
#
-# $Id$
+# $FreeBSD$
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998.
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index af004d1..ecf109f 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -1,5 +1,5 @@
/*
- * $Id: config.h,v 1.10 1999/02/13 11:06:19 obrien Exp $
+ * $FreeBSD$
*
* portions derived from
* $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $
diff --git a/usr.sbin/amd/include/newvers.sh b/usr.sbin/amd/include/newvers.sh
index 84663f0..09068b0 100644
--- a/usr.sbin/amd/include/newvers.sh
+++ b/usr.sbin/amd/include/newvers.sh
@@ -1,5 +1,5 @@
# $NetBSD: mkconf,v 1.1.1.1 1997/07/24 21:20:12 christos Exp $
-# $Id: newvers.sh,v 1.1 1998/08/27 08:09:41 obrien Exp $
+# $FreeBSD$
# mkconf
# Generate local configuration parameters for amd
#
diff --git a/usr.sbin/amd/libamu/Makefile b/usr.sbin/amd/libamu/Makefile
index d2f2699..ae02565 100644
--- a/usr.sbin/amd/libamu/Makefile
+++ b/usr.sbin/amd/libamu/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/amd/libamu \
${.CURDIR}/../../../contrib/amd/conf/transp \
diff --git a/usr.sbin/amd/mk-amd-map/Makefile b/usr.sbin/amd/mk-amd-map/Makefile
index 3d12886..2978087 100644
--- a/usr.sbin/amd/mk-amd-map/Makefile
+++ b/usr.sbin/amd/mk-amd-map/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id$
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/mk-amd-map
diff --git a/usr.sbin/amd/pawd/Makefile b/usr.sbin/amd/pawd/Makefile
index c696e25..8c74b99 100644
--- a/usr.sbin/amd/pawd/Makefile
+++ b/usr.sbin/amd/pawd/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/amq
diff --git a/usr.sbin/amd/scripts/Makefile b/usr.sbin/amd/scripts/Makefile
index 7665ca9..130b6bb 100644
--- a/usr.sbin/amd/scripts/Makefile
+++ b/usr.sbin/amd/scripts/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.15 1998/08/30 19:59:49 gpalmer Exp $
+# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/amd/scripts
diff --git a/usr.sbin/amd/wire-test/Makefile b/usr.sbin/amd/wire-test/Makefile
index e29cf9f..f6d68c3 100644
--- a/usr.sbin/amd/wire-test/Makefile
+++ b/usr.sbin/amd/wire-test/Makefile
@@ -3,7 +3,7 @@
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
-# $Id: Makefile,v 1.1 1998/08/27 08:09:42 obrien Exp $
+# $FreeBSD$
#
.PATH: ${.CURDIR}/../../../contrib/amd/wire-test
OpenPOWER on IntegriCloud