]> git.ozlabs.org Git - ppp.git/blobdiff - osf1/Makefile
Cope with the fact that CVS can't handle symbolic links
[ppp.git] / osf1 / Makefile
index b7b294fa9ffb323254ba53a32b2a4a9115ac0dcd..80a1dda905682c0a8396fb79b1d13282f66d71ee 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Dummy Makefile for OSF/1
 #
-# $Id: Makefile,v 1.1 1995/05/01 02:17:20 paulus Exp $
+# $Id: Makefile,v 1.2 1995/06/01 06:18:23 paulus Exp $
 #
 
 install: 
@@ -9,8 +9,9 @@ install:
        @echo '        Follow the instructions in README.osf to make the kernel'
        @echo '        drivers for OSF/1.'
        @echo
-       cp bsd-comp.c ppp_async.c ppp_comp.c /sys/streamsm
-       cp ppp_if.c ppp_init.c vjcompress.c /sys/streamsm
+       cp ../modules/bsd-comp.c ../modules/vjcompress.c /sys/streamsm
+       cp ../sunos/ppp_async.c ../sunos/ppp_comp.c /sys/streamsm
+       cp ../sunos/ppp_if.c ppp_init.c /sys/streamsm
        cp ../net/if_ppp.h ../net/ppp-comp.h ../net/ppp_defs.h /sys/include/net
        cp ../net/ppp_str.h ../net/slcompress.h /sys/include/net
        cp ../net/vjcompress.h /sys/include/net