# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
-# $Id: Makefile,v 1.2 1995/12/06 10:54:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:15 deraadt Exp $
RELOC=0x3F0000
-/* $Id: boot.c,v 1.6 1996/02/16 00:13:18 rahnds Exp $ */
+/* $OpenBSD: boot.c,v 1.7 1996/04/28 10:48:17 deraadt Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
-/* $Id: bugdev.c,v 1.4 1995/12/06 10:54:55 deraadt Exp $ */
+/* $OpenBSD: bugdev.c,v 1.5 1996/04/28 10:48:18 deraadt Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
-/* $Id: filesystem.c,v 1.2 1995/11/07 08:50:37 deraadt Exp $ */
+/* $OpenBSD: filesystem.c,v 1.3 1996/04/28 10:48:19 deraadt Exp $ */
/*
* Copyright (c) 1993 Philip A. Nelson.
-/* $Id: version.c,v 1.3 1995/12/06 10:54:56 deraadt Exp $ */
+/* $OpenBSD: version.c,v 1.4 1996/04/28 10:48:19 deraadt Exp $ */
/*
* make a random change to this file when you want the bootblock
* revision to increase. like change this x to a y, or something.
*/
-char *version = "$Revision: 1.3 $";
+char *version = "$Revision: 1.4 $";
# from: @(#)Makefile 8.1 (Berkeley) 6/10/93
-# $Id: Makefile,v 1.2 1995/10/23 03:38:29 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:23 deraadt Exp $
RELOC=0x3F0000
+/* $OpenBSD: bootst.c,v 1.4 1996/04/28 10:48:24 deraadt Exp $ */
+
#include <sys/types.h>
#include <sys/param.h>
#include <sys/reboot.h>
-# $Id: Makefile,v 1.2 1995/12/06 10:55:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:26 deraadt Exp $
CFLAGS+=-I${.CURDIR}/../../include -O2
+# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:27 deraadt Exp $
+
BUG_CRT_DIR=${S}/arch/${MACHINE}/stand/bugcrt
BUGCRT_DIR!= cd ${BUG_CRT_DIR}; \
+/* $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:29 deraadt Exp $ */
+
#include <sys/types.h>
#include <machine/prom.h>
+/* $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:30 deraadt Exp $ */
+
#include <sys/types.h>
#include <machine/prom.h>
+# $OpenBSD: Makefile,v 1.2 1996/04/28 10:48:33 deraadt Exp $
+
LIB=bug
NOPIC=
+# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:34 deraadt Exp $
+
LIB_BUG_DIR=${S}/arch/${MACHINE}/stand/libbug
LIBBUG_DIR!= cd ${LIB_BUG_DIR}; \
+/* $OpenBSD: delay.c,v 1.2 1996/04/28 10:48:36 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: diskrd.c,v 1.2 1996/04/28 10:48:37 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: diskwr.c,v 1.2 1996/04/28 10:48:38 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: getbrdid.c,v 1.2 1996/04/28 10:48:39 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: instat.c,v 1.2 1996/04/28 10:48:43 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: outln.c,v 1.2 1996/04/28 10:48:44 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: outstr.c,v 1.2 1996/04/28 10:48:45 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: return.c,v 1.2 1996/04/28 10:48:46 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: rtc_rd.c,v 1.2 1996/04/28 10:48:47 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: delay.c,v 1.2 1996/04/28 10:48:49 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
+/* $OpenBSD: bug.c,v 1.2 1996/04/28 10:48:50 deraadt Exp $ */
+
/*
* bug routines -- assumes that the necessary sections of memory
* are preserved.
-# $Id: Makefile,v 1.7 1995/12/26 17:46:28 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 1996/04/28 10:48:52 deraadt Exp $
LIB=sa
+# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:53 deraadt Exp $
+
LIB_SA_DIR=${S}/arch/${MACHINE}/stand/libsa
LIBSA_DIR!= cd ${LIB_SA_DIR}; \
-| $Id: SRT0.S,v 1.4 1995/11/17 22:05:43 deraadt Exp $
+| $OpenBSD: SRT0.S,v 1.5 1996/04/28 10:48:54 deraadt Exp $
| Copyright (c) 1995 Theo de Raadt
|
-/* $Id: SRT1.c,v 1.2 1995/11/07 08:50:41 deraadt Exp $ */
+/* $OpenBSD: SRT1.c,v 1.3 1996/04/28 10:48:55 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
+/* $OpenBSD: bug.c,v 1.3 1996/04/28 10:48:56 deraadt Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
* All rights reserved.
+/* $OpenBSD: clock.c,v 1.2 1996/04/28 10:48:57 deraadt Exp $ */
+
#include <sys/types.h>
#include "clockreg.h"
+/* $OpenBSD: clock.h,v 1.2 1996/04/28 10:48:58 deraadt Exp $ */
extern int hz;
-/* $Id: clockreg.h,v 1.2 1995/11/07 08:50:44 deraadt Exp $ */
+/* $OpenBSD: clockreg.h,v 1.3 1996/04/28 10:48:58 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
-/* $Id: config.h,v 1.2 1995/11/07 08:50:45 deraadt Exp $ */
+/* $OpenBSD: config.h,v 1.3 1996/04/28 10:48:59 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
-/* $Id: dev_disk.c,v 1.2 1995/11/07 08:50:46 deraadt Exp $ */
+/* $OpenBSD: dev_disk.c,v 1.3 1996/04/28 10:49:00 deraadt Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
+/* $OpenBSD: dev_disk.h,v 1.2 1996/04/28 10:49:01 deraadt Exp $ */
int disk_open __P((struct open_file *, ...));
int disk_close __P((struct open_file *));
+/* $OpenBSD: devopen.c,v 1.3 1996/04/28 10:49:02 deraadt Exp $ */
#include <sys/param.h>
#include <stand.h>
+/* $OpenBSD: dvma.c,v 1.2 1996/04/28 10:49:03 deraadt Exp $ */
/*
* The easiest way to deal with the need for DVMA mappings is
+/* $OpenBSD: dvma.h,v 1.2 1996/04/28 10:49:03 deraadt Exp $ */
char * dvma_mapin(char *pkt, int len);
void dvma_mapout(char *dmabuf, int len);
-/* $Id: exec_sun.c,v 1.2 1995/11/07 08:50:47 deraadt Exp $ */
+/* $OpenBSD: exec_sun.c,v 1.3 1996/04/28 10:49:04 deraadt Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
-/* $Id: gets.c,v 1.2 1995/11/07 08:50:48 deraadt Exp $ */
+/* $OpenBSD: gets.c,v 1.3 1996/04/28 10:49:05 deraadt Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
-/* $Id: netif_sun.c,v 1.2 1995/11/07 08:50:49 deraadt Exp $ */
+/* $OpenBSD: netif_sun.c,v 1.3 1996/04/28 10:49:06 deraadt Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
+/* $OpenBSD: panic.c,v 1.3 1996/04/28 10:49:07 deraadt Exp $ */
#include <stdarg.h>
#include "stand.h"
-/* $Id: promboot.c,v 1.2 1995/11/07 08:50:50 deraadt Exp $ */
+/* $OpenBSD: promboot.c,v 1.3 1996/04/28 10:49:08 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
+/* $OpenBSD: promboot.h,v 1.2 1996/04/28 10:49:09 deraadt Exp $ */
extern char prom_bootdev[];
extern char prom_bootfile[];
-/* $Id: promcons.c,v 1.2 1995/11/07 08:50:51 deraadt Exp $ */
+/* $OpenBSD: promcons.c,v 1.3 1996/04/28 10:49:11 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
-/* $Id: promdev.c,v 1.2 1995/11/07 08:50:52 deraadt Exp $ */
+/* $OpenBSD: promdev.c,v 1.3 1996/04/28 10:49:13 deraadt Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
+/* $OpenBSD: promdev.h,v 1.2 1996/04/28 10:49:14 deraadt Exp $ */
int prom_iopen(struct saioreq **sipp);
void prom_iclose(struct saioreq *sip);
-# $Id: Makefile,v 1.2 1995/11/07 08:50:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/04/28 10:49:16 deraadt Exp $
RELOC=0x3F0000
-/* $Id: boot.c,v 1.3 1995/11/07 08:50:57 deraadt Exp $ */
+/* $OpenBSD: boot.c,v 1.4 1996/04/28 10:49:17 deraadt Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
-/* $Id: conf.c,v 1.3 1995/11/07 08:50:58 deraadt Exp $ */
+/* $OpenBSD: conf.c,v 1.4 1996/04/28 10:49:18 deraadt Exp $ */
#include <sys/types.h>
#include <netinet/in.h>
-/* $Id: dev_net.c,v 1.4 1995/11/17 22:13:11 deraadt Exp $ */
+/* $OpenBSD: dev_net.c,v 1.5 1996/04/28 10:49:19 deraadt Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
+/* $OpenBSD: dev_net.h,v 1.2 1996/04/28 10:49:20 deraadt Exp $ */
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
-/* $Id: i82586.h,v 1.2 1995/11/07 08:51:00 deraadt Exp $ */
+/* $OpenBSD: i82586.h,v 1.3 1996/04/28 10:49:21 deraadt Exp $ */
/*-
* Copyright (c) 1995 Theo de Raadt
-/* $Id: if_ie.c,v 1.3 1995/11/07 08:51:00 deraadt Exp $ */
+/* $OpenBSD: if_ie.c,v 1.4 1996/04/28 10:49:22 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
-/* $Id: if_iereg.h,v 1.2 1995/11/07 08:51:01 deraadt Exp $ */
+/* $OpenBSD: if_iereg.h,v 1.3 1996/04/28 10:49:23 deraadt Exp $ */
/*
* if_sunie.h
-/* $Id: if_le.c,v 1.4 1995/12/26 17:44:43 deraadt Exp $ */
+/* $OpenBSD: if_le.c,v 1.5 1996/04/28 10:49:24 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
-/* $Id: if_lereg.h,v 1.2 1995/11/07 08:51:03 deraadt Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:25 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
-/* $Id: version.c,v 1.2 1995/11/07 08:51:04 deraadt Exp $ */
+/* $OpenBSD: version.c,v 1.3 1996/04/28 10:49:26 deraadt Exp $ */
/*
* NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.
* 1.1
*/
-char *version = "$Revision: 1.2 $";
+char *version = "$Revision: 1.3 $";
+# $OpenBSD: Makefile,v 1.2 1996/04/28 10:49:28 deraadt Exp $
+
PROG= prtvid
NOMAN=
+/* $OpenBSD: prtvid.c,v 1.2 1996/04/28 10:49:29 deraadt Exp $ */
+
#include <stdio.h>
#define __DBINTERFACE_PRIVATE
#include <db.h>
-# $Id: Makefile,v 1.2 1995/11/07 08:51:06 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/04/28 10:49:31 deraadt Exp $
S= ${.CURDIR}/../../../..
INCL?= -I${.CURDIR} -I${.CURDIR}/../libsa -I${S}/lib/libsa -I${S}
+/* $OpenBSD: XBUG.S,v 1.3 1996/04/28 10:49:32 deraadt Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
*
+/* $OpenBSD: XSRT0.S,v 1.3 1996/04/28 10:49:33 deraadt Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
*
-/* $Id: clock.c,v 1.2 1995/11/07 08:51:08 deraadt Exp $ */
+/* $OpenBSD: clock.c,v 1.3 1996/04/28 10:49:34 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
-/* $Id: clockreg.h,v 1.2 1995/11/07 08:51:09 deraadt Exp $ */
+/* $OpenBSD: clockreg.h,v 1.3 1996/04/28 10:49:35 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
+/* $OpenBSD: etherfun.c,v 1.2 1996/04/28 10:49:36 deraadt Exp $ */
+
/*
*
* Copyright (c) 1995 Charles D. Cranor and Seth Widoff
+/* $OpenBSD: etherfun.h,v 1.2 1996/04/28 10:49:37 deraadt Exp $ */
+
/*
*
* Copyright (c) 1995 Charles D. Cranor and Seth Widoff
-/* $Id: if_le.c,v 1.2 1995/11/07 08:51:10 deraadt Exp $ */
+/* $OpenBSD: if_le.c,v 1.3 1996/04/28 10:49:38 deraadt Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
-/* $Id: if_lereg.h,v 1.2 1995/11/07 08:51:10 deraadt Exp $ */
+/* $OpenBSD: if_lereg.h,v 1.3 1996/04/28 10:49:41 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1992, 1993
-| $Id: oc_cksum.S,v 1.2 1995/11/07 08:51:11 deraadt Exp $
+| $OpenBSD: oc_cksum.S,v 1.3 1996/04/28 10:49:42 deraadt Exp $
| Copyright (c) 1988 Regents of the University of California.
| All rights reserved.
+/* $OpenBSD: sboot.c,v 1.4 1996/04/28 10:49:43 deraadt Exp $ */
+
/*
* Copyright (c) 1995 Theo de Raadt
*
+/* $OpenBSD: sboot.h,v 1.2 1996/04/28 10:49:44 deraadt Exp $ */
+
/*
* Copyright (c) 1995 Charles D. Cranor and Seth Widoff
* All rights reserved.
+/* $OpenBSD: srec.c,v 1.3 1996/04/28 10:49:45 deraadt Exp $ */
+
/*
* Public domain, believed to be by Mike Price.
*
+# $OpenBSD: Makefile,v 1.2 1996/04/28 10:49:47 deraadt Exp $
+
PROG= wrtvid
NOMAN=
+# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:49:48 deraadt Exp $
+
WRTVID_BASE_DIR=${S}/arch/${MACHINE}/stand/wrtvid
WRTVID_DIR!= cd ${WRTVID_BASE_DIR}; \
+/* $OpenBSD: wrtvid.c,v 1.3 1996/04/28 10:49:49 deraadt Exp $ */
+
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>