summaryrefslogtreecommitdiff
path: root/sys/modules/splash
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/splash')
-rw-r--r--sys/modules/splash/Makefile2
-rw-r--r--sys/modules/splash/Makefile.inc2
-rw-r--r--sys/modules/splash/bmp/Makefile2
-rw-r--r--sys/modules/splash/bmp/splash_bmp.c2
-rw-r--r--sys/modules/splash/pcx/Makefile2
-rw-r--r--sys/modules/splash/pcx/splash_pcx.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/splash/Makefile b/sys/modules/splash/Makefile
index b1a7214f7c53..de7500bdb23e 100644
--- a/sys/modules/splash/Makefile
+++ b/sys/modules/splash/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1999/04/12 13:39:10 des Exp $
+# $Id: Makefile,v 1.1.2.1 1999/04/17 19:32:01 des Exp $
SUBDIR= bmp pcx
diff --git a/sys/modules/splash/Makefile.inc b/sys/modules/splash/Makefile.inc
index 64212f6bfa21..4eaec95aaeb6 100644
--- a/sys/modules/splash/Makefile.inc
+++ b/sys/modules/splash/Makefile.inc
@@ -1,3 +1,3 @@
-# $Id: $
+# $Id: Makefile.inc,v 1.1 1999/01/11 03:34:52 yokota Exp $
.include "../Makefile.inc"
diff --git a/sys/modules/splash/bmp/Makefile b/sys/modules/splash/bmp/Makefile
index 798e7e428389..819ff1b53c37 100644
--- a/sys/modules/splash/bmp/Makefile
+++ b/sys/modules/splash/bmp/Makefile
@@ -1,4 +1,4 @@
-# $Id: $
+# $Id: Makefile,v 1.1 1999/01/11 03:34:55 yokota Exp $
KMOD= splash_bmp
SRCS= splash_bmp.c
diff --git a/sys/modules/splash/bmp/splash_bmp.c b/sys/modules/splash/bmp/splash_bmp.c
index 9f682b6e374e..b1b44e744aa5 100644
--- a/sys/modules/splash/bmp/splash_bmp.c
+++ b/sys/modules/splash/bmp/splash_bmp.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: splash_bmp.c,v 1.3.2.2 1999/02/07 03:03:28 yokota Exp $
+ * $Id: splash_bmp.c,v 1.3.2.3 1999/03/29 15:15:21 yokota Exp $
*/
#include <sys/param.h>
diff --git a/sys/modules/splash/pcx/Makefile b/sys/modules/splash/pcx/Makefile
index baf064c5b972..28624d925803 100644
--- a/sys/modules/splash/pcx/Makefile
+++ b/sys/modules/splash/pcx/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.2 1999/04/13 09:11:20 bde Exp $
KMOD= splash_pcx
SRCS= splash_pcx.c
diff --git a/sys/modules/splash/pcx/splash_pcx.c b/sys/modules/splash/pcx/splash_pcx.c
index 3066bb36654f..7e7c942d2b73 100644
--- a/sys/modules/splash/pcx/splash_pcx.c
+++ b/sys/modules/splash/pcx/splash_pcx.c
@@ -27,7 +27,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$
+ * $Id: splash_pcx.c,v 1.1 1999/04/12 13:39:11 des Exp $
*/
#include <sys/param.h>