[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pppoe 2.9 make install bug



Question, do you have the *whole* src tree or partial bits and pieces?
This typically happens when you have bits and pieces and for example have
src/usr.sbin/pppoe but not src/usr.sbin/Makefile.inc, ppp has a subdir
within it of ppp and in src/usr.sbin/ppp there is a Makefile.inc file
that specifies the installation location of the binaries.

// Brad

brad@comstyle.com
brad@openbsd.org

>Hello,
>
>I've just get ppp and pppoe 2.9
>
>make install doesn't work for pppoe.
>make install does work for ppp
>
># pwd
>/usr/src/usr.sbin/pppoe
>
># make depend && make
># make install
>install -c -s -o root -g bin  -m 555 pppoe
>
>The directory /usr/sbin (last argument) is not given
>or a variable is empty.
>The makefile should be corrected, no ?
>make -i install correctly the man pages.