X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.ultrix;h=3d856fe1efa39d209df247ed8578ec335068f6b9;hp=2a3158f19f812f4881246c0a7ddca853cfcd59cc;hb=f7f6e00dd75ae5f73808e000387a1f09c2f1a1ac;hpb=5ff5b97fb80320991655ba6b26eaa7fcbe5aa42c diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix index 2a3158f..3d856fe 100644 --- a/pppstats/Makefile.ultrix +++ b/pppstats/Makefile.ultrix @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id: Makefile.ultrix,v 1.1 1994/04/21 03:10:50 paulus Exp $ +# $Id: Makefile.ultrix,v 1.3 1995/04/28 06:23:39 paulus Exp $ # PPPSTATSRCS = pppstats.c @@ -15,8 +15,8 @@ CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) all: pppstats -install: - install -c -g kmem pppstats $(BINDIR)/pppstats +install: pppstats + install -c pppstats $(BINDIR)/pppstats pppstats: $(PPPSTATSRCS) $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS) @@ -27,7 +27,3 @@ clean: depend: cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend # makedepend $(CFLAGS) $(PPPSTATSRCS) - -saber_pppstats: - #setopt load_flags $(CFLAGS) - #load $(PPPSTATSRCS)