diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-10-08 16:52:45 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1993-10-08 16:52:45 +0000 |
commit | f87a3269458e148ca4cfb77049eaf4126dc409b6 (patch) | |
tree | eb031125bd665260b15db75effa320290a6edf1e /sys/conf/NOTES | |
parent | 3225c4b443a3b956c985b208741b4ae851d58854 (diff) | |
download | src-f87a3269458e148ca4cfb77049eaf4126dc409b6.tar.gz src-f87a3269458e148ca4cfb77049eaf4126dc409b6.zip |
>From NetBSD
Change the cpu "i386" line to 2 lines:
cpu "I386_CPU"
cpu "I486_CPU"
This is so we can do real CPU classification of code.
Fix missing depend for assym.s which does depend on genassym.c
Notes
Notes:
svn path=/head/; revision=554
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index c89925fb2ef7..ad1fe79f9eda 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,11 +4,12 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.12 1993/09/30 20:45:37 rgrimes Exp $ +# $Id: LINT,v 1.13 1993/10/01 04:20:16 rgrimes Exp $ # machine "i386" -cpu "i386" +cpu "I386_CPU" +cpu "I486_CPU" ident LINT timezone 8 dst maxusers 10 |