]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
get files from ../include/linux if not here
[ppp.git] / pppd / Makefile.linux
index 04ef7e2f17397970cd3d4e31cd1d847772a9f069..8c0ac11531d0156a94d2b259fca75bf986b3c4e1 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.25 1998/04/01 02:06:41 paulus Exp $
+# $Id: Makefile.linux,v 1.28 1999/03/30 06:01:42 paulus Exp $
 #
 
 # Default installation locations
@@ -27,7 +27,7 @@ endif
 # CC = gcc
 #
 COPTS = -O2 -pipe -Wall -g
-VER = 2.3.4
+VER = 2.3.6
 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)