]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
small changes suggested by Seth Chaiklin
[ppp.git] / pppd / Makefile.linux
index 132e768cc0b1d515dbfcf72c40455b5b7a8508fd..249be85c0407f05f8c64090ceba9878714dd974a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.26 1998/05/04 06:10:29 paulus Exp $
+# $Id: Makefile.linux,v 1.29 1999/03/31 06:07:58 paulus Exp $
 #
 
 # Default installation locations
@@ -27,7 +27,7 @@ endif
 # CC = gcc
 #
 COPTS = -O2 -pipe -Wall -g
-VER = 2.3.5
+VER = 2.3.7
 LIBS =
 
 ifneq ($(wildcard /usr/lib/libcrypt*),)
@@ -87,7 +87,9 @@ endif
 
 install: pppd
        mkdir -p $(BINDIR) $(MANDIR)
-       install -s -c -m 4555 -o root pppd $(BINDIR)/pppd
+       install -s -c -m 4550 -o root pppd $(BINDIR)/pppd
+       if ! chgrp pppusers $(BINDIR)/pppd 2>/dev/null; then \
+         chmod o+rx $(BINDIR)/pppd; fi
        install -c -m 444 -o root pppd.8 $(MANDIR)/man8
 
 pppd: $(PPPDOBJS)