]> git.ozlabs.org Git - ppp.git/blobdiff - svr4/Makefile
Putting remaining PPP files under version control
[ppp.git] / svr4 / Makefile
index cccd1d8830aed39f473e648748c92667b03ba86c..c7a335a47db668797118bc6d0b58e3c9af4c58cf 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Makefile for STREAMS modules for Solaris 2.
 #
-# $Id: Makefile,v 1.2 1995/05/19 03:27:52 paulus Exp $
+# $Id: Makefile,v 1.4 1995/06/01 02:22:48 paulus Exp $
 #
 
-CFLAGS= -D_KERNEL -I..
+CFLAGS= -D_KERNEL -I.. -O
 CC=    gcc
 
 all:   ppp ppp_ahdl ppp_comp
@@ -21,6 +21,8 @@ ppp_comp: ppp_comp.o bsd-comp.o vjcompress.o
 install: all
        cp ppp ppp.conf /kernel/drv
        cp ppp_comp ppp_ahdl /kernel/strmod
+       if grep clone:ppp /etc/minor_perm; then :; else \
+         echo clone:ppp 0644 root sys >>/etc/minor_perm; fi
        /usr/sbin/add_drv ppp
 
 clean: