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.pc98 | |
parent | 2a143d5bf5b17aa9b011e88f4a41bb2dcf7efcdc (diff) |
Implement the "nocpu" directive.
Requested by: rwatson
Notes
Notes:
svn path=/head/; revision=152018
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index bee9486ba453..6c0b7a097dd4 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -19,7 +19,7 @@ # # Which version of config(8) is required. -%VERSREQ= 600003 +%VERSREQ= 600004 .if !defined(S) .if exists(./@/.) |