projects
/
ppp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cope with the fact that CVS can't handle symbolic links
[ppp.git]
/
freebsd-2.0
/
kinstall.sh
diff --git
a/freebsd-2.0/kinstall.sh
b/freebsd-2.0/kinstall.sh
index 488296e7ffd3fec7530702eca187d427a2b813b8..f865255c325d193f1d6988d530c368eef1fee647 100755
(executable)
--- a/
freebsd-2.0/kinstall.sh
+++ b/
freebsd-2.0/kinstall.sh
@@
-16,7
+16,7
@@
CONFIG=config
# Copy new versions of files into /sys/net
# 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)
$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 " 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."
DOMAKE=yes
elif [ $DOMAKE ]; then
echo "You need to build a new kernel."