diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-03 14:01:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-11-03 14:01:22 +0000 |
commit | acd58322c707a7aac6b9b8d7e2a481d20f56c03b (patch) | |
tree | 95173a23fcb661054d919e4d14b9d398d8af1852 /sys/conf/Makefile.amd64 | |
parent | 2a143d5bf5b17aa9b011e88f4a41bb2dcf7efcdc (diff) | |
download | src-acd58322c707a7aac6b9b8d7e2a481d20f56c03b.tar.gz src-acd58322c707a7aac6b9b8d7e2a481d20f56c03b.zip |
Implement the "nocpu" directive.
Requested by: rwatson
Notes
Notes:
svn path=/head/; revision=152018
Diffstat (limited to 'sys/conf/Makefile.amd64')
-rw-r--r-- | sys/conf/Makefile.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64 index c7632423756a..1032a51ac334 100644 --- a/sys/conf/Makefile.amd64 +++ b/sys/conf/Makefile.amd64 @@ -18,7 +18,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600003 +%VERSREQ= 600004 STD8X16FONT?= iso |