]> git.ozlabs.org Git - ppp.git/blobdiff - freebsd-2.0/kinstall.sh
Provide a way for CCP to go from req-sent to stopped state.
[ppp.git] / freebsd-2.0 / kinstall.sh
index 488296e7ffd3fec7530702eca187d427a2b813b8..f865255c325d193f1d6988d530c368eef1fee647 100755 (executable)
@@ -16,7 +16,7 @@ CONFIG=config
 
 # Copy new versions of files into /sys/net
 
-for f in net/if_ppp.h net/ppp-comp.h net/ppp_defs.h $SRC/bsd-comp.c \
+for f in net/if_ppp.h net/ppp-comp.h net/ppp_defs.h netbsd/bsd-comp.c \
         $SRC/if_ppp.c $SRC/if_pppvar.h $SRC/ppp_tty.c \
         $SRC/pppcompress.c $SRC/pppcompress.h; do
   dest=$SYS/net/$(basename $f)
@@ -70,6 +70,7 @@ if [ $DOCONF ]; then
   echo "       cd $ARCHDIR/conf"
   echo "       /usr/sbin/$CONFIG $CONF"
   echo "       cd ../../compile/$CONF"
+  echo "       make depend"
   DOMAKE=yes
 elif [ $DOMAKE ]; then
   echo "You need to build a new kernel."