diff options
Diffstat (limited to 'sys/arch/sun3/stand/bootxx')
-rw-r--r-- | sys/arch/sun3/stand/bootxx/Makefile | 1 | ||||
-rw-r--r-- | sys/arch/sun3/stand/bootxx/bootxx.c | 1 | ||||
-rw-r--r-- | sys/arch/sun3/stand/bootxx/conf.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/sun3/stand/bootxx/Makefile b/sys/arch/sun3/stand/bootxx/Makefile index 44ef26b218c..eca58de25a1 100644 --- a/sys/arch/sun3/stand/bootxx/Makefile +++ b/sys/arch/sun3/stand/bootxx/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.5 2001/07/04 08:33:44 niklas Exp $ # $NetBSD: Makefile,v 1.3 1995/11/17 23:23:48 gwr Exp $ SA_PROG= bootxx diff --git a/sys/arch/sun3/stand/bootxx/bootxx.c b/sys/arch/sun3/stand/bootxx/bootxx.c index 04e17e41cd9..aaf27d402bb 100644 --- a/sys/arch/sun3/stand/bootxx/bootxx.c +++ b/sys/arch/sun3/stand/bootxx/bootxx.c @@ -1,3 +1,4 @@ +/* $OpenBSD: bootxx.c,v 1.2 2001/07/04 08:33:44 niklas Exp $ */ /* $NetBSD: bootxx.c,v 1.5 1995/10/13 21:44:57 gwr Exp $ */ /* diff --git a/sys/arch/sun3/stand/bootxx/conf.c b/sys/arch/sun3/stand/bootxx/conf.c index a9f41061585..78fad5777bd 100644 --- a/sys/arch/sun3/stand/bootxx/conf.c +++ b/sys/arch/sun3/stand/bootxx/conf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: conf.c,v 1.2 2001/07/04 08:33:44 niklas Exp $ */ /* $NetBSD: conf.c,v 1.2 1995/10/13 21:45:00 gwr Exp $ */ #include <stand.h> |