diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-01-05 08:09:36 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-01-05 08:09:36 +0000 |
commit | e85794bac08000931063e553cbb71d8f620baa5d (patch) | |
tree | 7cf9266e68ec8bcd1f41dcac552e531a5a47a9e6 /share | |
parent | 3953b0444f836d2b6bd3b517f9654194c4e343d8 (diff) |
Fix other half of PR 1047
Diffstat (limited to 'share')
-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 |