diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-17 15:16:53 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-17 15:16:53 +0000 |
| commit | afafca8bcbeb28dec014867c28f2302836fa7a22 (patch) | |
| tree | 66b1744bc8ea885f2d90b79e0170c42b242bcfc0 /sys/conf | |
| parent | 084d9853ca9f1bc47e263e4837968fc9a819c048 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
| -rw-r--r-- | sys/conf/Makefile.powerpc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index ad464166f5e2..762f9ed92367 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.112 1998/05/20 20:54:04 eivind Exp $ +# $Id: Makefile.i386,v 1.113 1998/05/21 19:21:44 eivind Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300003 +%VERSREQ= 300004 BINFORMAT?= aout #BINFORMAT?= aoutkld diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index ad464166f5e2..762f9ed92367 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.112 1998/05/20 20:54:04 eivind Exp $ +# $Id: Makefile.i386,v 1.113 1998/05/21 19:21:44 eivind Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300003 +%VERSREQ= 300004 BINFORMAT?= aout #BINFORMAT?= aoutkld |
