summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-08-12 04:25:39 +0000
committerPaul Mackerras <paulus@samba.org>1999-08-12 04:25:39 +0000
commitb7cce490ffac2661fc899b06e2288bf90232c13d (patch)
tree09518a23947ada0fde2bd08b0329dd16393e0ad3 /pppdump
parent43980349e8e0c4119d58aa4d53c414864991b276 (diff)
downloadppp-b7cce490ffac2661fc899b06e2288bf90232c13d.tar.gz
use $(INSTALL) not install
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/Makefile.linux6
1 files changed, 4 insertions, 2 deletions
diff --git a/pppdump/Makefile.linux b/pppdump/Makefile.linux
index 69e018a..d02fecd 100644
--- a/pppdump/Makefile.linux
+++ b/pppdump/Makefile.linux
@@ -1,6 +1,8 @@
CFLAGS= -O -I../include/net
OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
+INSTALL= install
+
all: pppdump
pppdump: $(OBJS)
@@ -11,5 +13,5 @@ clean:
install:
mkdir -p $(BINDIR) $(MANDIR)/man8
- install -s -c pppdump $(BINDIR)
- install -c -m 444 pppdump.8 $(MANDIR)/man8 \ No newline at end of file
+ $(INSTALL) -s -c pppdump $(BINDIR)
+ $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)/man8