X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.linux;h=8bb4f9aa6222d1986e2fcecb5c5a8e08d54de89b;hp=36af5f82ab3e8eaa639b7bb9d80631a32efee627;hb=f3830f6768cd25f0bf5140d8339fb95f1ee6217d;hpb=766ad7d0b8abfcccfde8001e0c6c45e8e61e7ed1 diff --git a/pppstats/Makefile.linux b/pppstats/Makefile.linux index 36af5f8..8bb4f9a 100644 --- a/pppstats/Makefile.linux +++ b/pppstats/Makefile.linux @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id: Makefile.linux,v 1.2 1996/05/26 23:56:40 paulus Exp $ +# $Id: Makefile.linux,v 1.5 2002/10/27 12:56:26 fcusack Exp $ # PPPSTATSRCS = pppstats.c @@ -8,7 +8,7 @@ PPPSTATOBJS = pppstats.o #CC = gcc COPTS = -O -COMPILE_FLAGS = -D_linux_ +COMPILE_FLAGS = -I../include LIBS = INSTALL= install -o root -g daemon @@ -18,6 +18,7 @@ CFLAGS = $(COPTS) $(COMPILE_FLAGS) all: pppstats install: pppstats + -mkdir -p $(MANDIR)/man8 $(INSTALL) -s -c pppstats $(BINDIR)/pppstats $(INSTALL) -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8