Put in an initial %VERSREQ field. This will cause existing config(8)'s

to give a non-fatal warning about unknown directives, so there is no
hurry to rebuild config(8) yet, apart from shutting up the warning.
This commit is contained in:
Peter Wemm 1997-10-22 00:48:36 +00:00
parent 0c90be32da
commit 48b29459ed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30640
3 changed files with 12 additions and 3 deletions

View File

@ -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.101 1997/07/25 11:53:20 phk Exp $
# $Id: Makefile.i386,v 1.102 1997/10/10 09:43:55 peter Exp $
#
# Makefile for FreeBSD
#
@ -16,6 +16,9 @@
# after which config should be rerun for all machines.
#
# Which version of config(8) is required.
%VERSREQ= 300002
BINFORMAT?= aout
#BINFORMAT?= aoutkld
#BINFORMAT?= elf

View File

@ -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.101 1997/07/25 11:53:20 phk Exp $
# $Id: Makefile.i386,v 1.102 1997/10/10 09:43:55 peter Exp $
#
# Makefile for FreeBSD
#
@ -16,6 +16,9 @@
# after which config should be rerun for all machines.
#
# Which version of config(8) is required.
%VERSREQ= 300002
BINFORMAT?= aout
#BINFORMAT?= aoutkld
#BINFORMAT?= elf

View File

@ -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.101 1997/07/25 11:53:20 phk Exp $
# $Id: Makefile.i386,v 1.102 1997/10/10 09:43:55 peter Exp $
#
# Makefile for FreeBSD
#
@ -16,6 +16,9 @@
# after which config should be rerun for all machines.
#
# Which version of config(8) is required.
%VERSREQ= 300002
BINFORMAT?= aout
#BINFORMAT?= aoutkld
#BINFORMAT?= elf