X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppdump%2FMakefile.linux;h=d02fecde8d3d26fad38b93780de47cff2fd7785b;hb=45ee8b95457fad10251d9ded6f2fd6d2aae1288b;hp=69e018a2d797376b6ea27cd530cc9bd925a0397d;hpb=5018cc2da57e555b620750f33dce6b1c964e612a;p=ppp.git 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