-# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.4 1994/12/22 09:34:50 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1995/03/24 05:00:43 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= mille
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
+/* $NetBSD: comp.c,v 1.4 1995/03/24 05:01:11 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)comp.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: comp.c,v 1.3 1994/05/12 17:39:27 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)comp.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: comp.c,v 1.4 1995/03/24 05:01:11 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+/* $NetBSD: end.c,v 1.4 1995/03/24 05:01:30 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)end.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: end.c,v 1.3 1994/05/12 17:39:29 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)end.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: end.c,v 1.4 1995/03/24 05:01:30 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+/* $NetBSD: extern.c,v 1.4 1995/03/24 05:01:36 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)extern.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: extern.c,v 1.3 1994/05/12 17:39:30 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: extern.c,v 1.4 1995/03/24 05:01:36 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+/* $NetBSD: init.c,v 1.5 1995/03/24 05:01:40 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: init.c,v 1.4 1994/05/12 17:39:31 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: init.c,v 1.5 1995/03/24 05:01:40 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+.\" $NetBSD: mille.6,v 1.4 1995/03/24 05:01:45 cgd Exp $
+.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)mille.6 8.2 (Berkeley) 12/30/93
-.\" $Id: mille.6,v 1.3 1994/05/12 17:39:32 jtc Exp $
+.\" @(#)mille.6 8.2 (Berkeley) 12/30/93
.\"
.TH MILLE 6 "December 30, 1993"
.UC 4
+/* $NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)mille.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: mille.c,v 1.3 1994/05/12 17:39:33 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+/* $NetBSD: mille.h,v 1.5 1995/03/24 05:01:51 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)mille.h 8.1 (Berkeley) 5/31/93
- * $Id: mille.h,v 1.4 1994/05/12 17:39:34 jtc Exp $
+ * @(#)mille.h 8.1 (Berkeley) 5/31/93
*/
# include <sys/types.h>
+/* $NetBSD: misc.c,v 1.4 1995/03/24 05:01:54 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)misc.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: misc.c,v 1.3 1994/05/12 17:39:35 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: misc.c,v 1.4 1995/03/24 05:01:54 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/file.h>
+/* $NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)move.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: move.c,v 1.3 1994/05/12 17:39:37 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $";
+#endif
#endif /* not lint */
#include <termios.h>
+/* $NetBSD: print.c,v 1.4 1995/03/24 05:02:02 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)print.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: print.c,v 1.3 1994/05/12 17:39:39 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: print.c,v 1.4 1995/03/24 05:02:02 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+/* $NetBSD: roll.c,v 1.4 1995/03/24 05:02:07 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)roll.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: roll.c,v 1.3 1994/05/12 17:39:40 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: roll.c,v 1.4 1995/03/24 05:02:07 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+/* $NetBSD: save.c,v 1.4 1995/03/24 05:02:13 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)save.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: save.c,v 1.3 1994/05/12 17:39:41 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: save.c,v 1.4 1995/03/24 05:02:13 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>
+/* $NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)table.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: table.c,v 1.3 1994/05/12 17:39:42 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $";
+#endif
#endif /* not lint */
# define DEBUG
+/* $NetBSD: types.c,v 1.4 1995/03/24 05:02:22 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)types.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: types.c,v 1.3 1994/05/12 17:39:43 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)types.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: types.c,v 1.4 1995/03/24 05:02:22 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
+/* $NetBSD: unctrl.h,v 1.4 1995/03/24 05:02:28 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)unctrl.h 8.1 (Berkeley) 5/31/93
- * $Id: unctrl.h,v 1.3 1994/05/12 17:39:44 jtc Exp $
+ * @(#)unctrl.h 8.1 (Berkeley) 5/31/93
*/
/*
+/* $NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)varpush.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: varpush.c,v 1.3 1994/05/12 17:39:45 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)varpush.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $";
+#endif
#endif /* not lint */
# include <paths.h>