From 0f4ddcb519d4c9cf0c0ca59fc4723aeb6e9e17d0 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 1 Jul 1996 01:05:09 +0000 Subject: [PATCH] if_ppp.c now in modules not sunos4 --- osf1/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osf1/Makefile b/osf1/Makefile index 7e27833..536c79f 100644 --- a/osf1/Makefile +++ b/osf1/Makefile @@ -1,7 +1,7 @@ # # Dummy Makefile for OSF/1 # -# $Id: Makefile,v 1.3 1996/06/26 00:55:19 paulus Exp $ +# $Id: Makefile,v 1.4 1996/07/01 01:05:09 paulus Exp $ # install: @@ -13,8 +13,8 @@ install: cp ../modules/bsd-comp.c ../modules/deflate.c ../modules/ppp.c \ ../modules/ppp_ahdlc.c ../modules/ppp_comp.c ../modules/ppp_mod.h \ ../modules/vjcompress.c ./ppp_osf.h /sys/streamsm - cp ../sunos4/if_ppp.c /sys/streamsm + cp ../modules/if_ppp.c /sys/streamsm cp ppp_init.c /sys/streamsm cp ../common/zlib.c ../common/zlib.h /sys/streamsm - cp ../net/if_ppp.h ../net/ppp-comp.h ../net/ppp_defs.h \ + cp ../net/ppp-comp.h ../net/ppp_defs.h \ ../net/pppio.h ../net/vjcompress.h /sys/include/net -- 2.39.2