diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-11-06 03:11:40 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-11-06 03:11:40 +0000 |
| commit | 41631559ba8def1659aa9503c383ed3efc2444a2 (patch) | |
| tree | 3982a5cacaa20539511f07e2137e3b6f17b27663 /sys | |
| parent | 39f451d7637b6a1b630114dff86599e4c90a62a1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
| -rw-r--r-- | sys/i386/conf/Makefile.i386 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 4f7d217bedd4..475b646b1187 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.103 1997/10/22 00:48:36 peter Exp $ +# $Id: Makefile.i386,v 1.104 1997/11/03 21:48:31 guido Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300002 +%VERSREQ= 300003 BINFORMAT?= aout #BINFORMAT?= aoutkld diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 4f7d217bedd4..475b646b1187 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.103 1997/10/22 00:48:36 peter Exp $ +# $Id: Makefile.i386,v 1.104 1997/11/03 21:48:31 guido Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300002 +%VERSREQ= 300003 BINFORMAT?= aout #BINFORMAT?= aoutkld diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 4f7d217bedd4..475b646b1187 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.103 1997/10/22 00:48:36 peter Exp $ +# $Id: Makefile.i386,v 1.104 1997/11/03 21:48:31 guido Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300002 +%VERSREQ= 300003 BINFORMAT?= aout #BINFORMAT?= aoutkld |
