mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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:
parent
0c90be32da
commit
48b29459ed
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30640
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user