From: Paul Mackerras Date: Thu, 18 Jan 1996 04:13:12 +0000 (+0000) Subject: added ppp-deflate.c X-Git-Tag: RELEASE_2_3_6~519 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=52ae1e398c0a65d422199a8beb5f38b37507a7dd added ppp-deflate.c --- diff --git a/netbsd-1.1/kinstall.sh b/netbsd-1.1/kinstall.sh index 41beb85..1cf9499 100755 --- a/netbsd-1.1/kinstall.sh +++ b/netbsd-1.1/kinstall.sh @@ -24,7 +24,7 @@ fi # 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 \ - $SRC/if_ppp.c $SRC/if_pppvar.h $SRC/ppp_tty.c \ + $SRC/ppp-deflate.c $SRC/if_ppp.c $SRC/if_pppvar.h $SRC/ppp_tty.c \ $SRC/slcompress.c $SRC/slcompress.h; do dest=$SYS/net/$(basename $f) if [ -f $dest ]; then