summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/Makefile.i3865
-rw-r--r--sys/conf/Makefile.powerpc5
-rw-r--r--sys/i386/conf/Makefile.i3865
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index 01c1a5b..e2e7396 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.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
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 01c1a5b..e2e7396 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.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
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index 01c1a5b..e2e7396 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.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
OpenPOWER on IntegriCloud