diff options
author | 2000-01-05 08:09:35 +0000 | |
---|---|---|
committer | 2000-01-05 08:09:35 +0000 | |
commit | d69eb42148a635a515636f5cd84837b4b4088d31 (patch) | |
tree | dda45bbcc4367b8e0c7c4574937287669c937483 | |
parent | Y2K fix. at(1) would die with 'garbled time' when assign_date() was passed (diff) | |
download | wireguard-openbsd-d69eb42148a635a515636f5cd84837b4b4088d31.tar.xz wireguard-openbsd-d69eb42148a635a515636f5cd84837b4b4088d31.zip |
Fix other half of PR 1047
-rw-r--r-- | share/man/man8/afterboot.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 331e159e1b3..391c3357320 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -665,6 +665,15 @@ You can also do a .Ic make depend so that you will have dependencies there the next time you do a compile. .Pp +If you are building your kernel again, before you do a +.Ic make +you should do a +.Ic make depend +after making changes (including updates or patches) to your kernel source, +or a +.Ic make clean +after making changes to your kernel options. +.Pp After either of these two methods, you can place the new kernel (called .Pa bsd ) in |