diff options
author | Dima Ruban <dima@FreeBSD.org> | 1998-10-29 17:09:36 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 1998-10-29 17:09:36 +0000 |
commit | a8bdc2984960e155c87fcdab03e3c6706947d414 (patch) | |
tree | 9d48aa5ddcfabd414421fab3726c8f232e291af5 | |
parent | e524a581b1961a489bf88710e39f4377ffda5eac (diff) |
Bump VERSREQ to make ``config'' happy.
Obtained from: Makefile.i386
Notes
Notes:
svn path=/head/; revision=40732
-rw-r--r-- | sys/alpha/conf/Makefile.alpha | 4 | ||||
-rw-r--r-- | sys/conf/Makefile.alpha | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index d9b783c91060..e4312097be11 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.9 1998/09/16 08:22:09 dfr Exp $ +# $Id: Makefile.alpha,v 1.10 1998/09/18 18:41:49 dfr Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300007 +%VERSREQ= 300008 BINFORMAT?= elf diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index d9b783c91060..e4312097be11 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.9 1998/09/16 08:22:09 dfr Exp $ +# $Id: Makefile.alpha,v 1.10 1998/09/18 18:41:49 dfr Exp $ # # Makefile for FreeBSD # @@ -17,7 +17,7 @@ # # Which version of config(8) is required. -%VERSREQ= 300007 +%VERSREQ= 300008 BINFORMAT?= elf |