diff options
author | peter <peter@FreeBSD.org> | 2001-12-14 09:39:29 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-12-14 09:39:29 +0000 |
commit | dd0f3c5ca2419990ada9a4e312f7d8bb9b922c88 (patch) | |
tree | 111e97297c936f179a775ad0eca7ba65020fba15 /sys/conf/Makefile.sparc64 | |
parent | 39d603917811870d9bbfdea0f1f34273b532d012 (diff) | |
download | FreeBSD-src-dd0f3c5ca2419990ada9a4e312f7d8bb9b922c88.zip FreeBSD-src-dd0f3c5ca2419990ada9a4e312f7d8bb9b922c88.tar.gz |
Proper fix for old config setting maxusers to 8.
Diffstat (limited to 'sys/conf/Makefile.sparc64')
-rw-r--r-- | sys/conf/Makefile.sparc64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 3b45319..a98003f 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -36,7 +36,7 @@ CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \ FMT= # Which version of config(8) is required. -%VERSREQ= 500008 +%VERSREQ= 500009 STD8X16FONT?= iso |