diff options
author | alex <alex@FreeBSD.org> | 2000-09-09 16:33:48 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-09-09 16:33:48 +0000 |
commit | 371e5462ed5d566c08d1f6b9fcc6dc13d0cf7739 (patch) | |
tree | 2824488596c2fbf382283fe462e9f78b1a49b779 | |
parent | 878835f1489ddb828786a5f00fa06d89cf861ee2 (diff) | |
download | FreeBSD-src-371e5462ed5d566c08d1f6b9fcc6dc13d0cf7739.zip FreeBSD-src-371e5462ed5d566c08d1f6b9fcc6dc13d0cf7739.tar.gz |
Add a comment, that a LINT file can be produced from NOTES via
``make LINT''.
Reviewed by: nbm via IRC
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a7cbba5..91a0b74 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -8,6 +8,9 @@ # Lines that begin with 'hints.' are NOT for config(8), they go into your # hints file. See /boot/device.hints and/or the 'hints' config(8) directive. # +# Please use ``make LINT'' to create an old-style LINT file if you want to +# do kernel test-builds. +# # $FreeBSD$ # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a7cbba5..91a0b74 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -8,6 +8,9 @@ # Lines that begin with 'hints.' are NOT for config(8), they go into your # hints file. See /boot/device.hints and/or the 'hints' config(8) directive. # +# Please use ``make LINT'' to create an old-style LINT file if you want to +# do kernel test-builds. +# # $FreeBSD$ # |