[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 767] Re: Another newbie
Dean Carey wrote:
> I have a quick question.
>
> I also am trying to load ALTQ on my OpenBSD 2.8 box, I get through all of
> the patch sections clean, I then get through config ALTQ, make depend, make
> clean and make with no errors. As soon as I launch 'make install' I get the
> error 'Don't know how to make install'! Any suggestions on what I may be
> missing?
> I have followed the install steps to the fullest as I am new to this setup.
OpenBSD doesn't have "make install" in the kernel Makefile. You have
to copy the new kernel manually.
# cp /bsd /bsd.old
# cp bsd /bsd
-Kenjiro