From: Paul Mackerras Date: Fri, 28 Apr 1995 06:23:39 +0000 (+0000) Subject: make install depend on pppstats, removed saber nonsense X-Git-Tag: RELEASE_2_3_6~744 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=12ef2241b06e83f5e739ea7b8047d0c59efdfa62 make install depend on pppstats, removed saber nonsense --- diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix index 7a982fb..3d856fe 100644 --- a/pppstats/Makefile.ultrix +++ b/pppstats/Makefile.ultrix @@ -1,6 +1,6 @@ # # pppstats makefile -# $Id: Makefile.ultrix,v 1.2 1994/09/19 04:17:51 paulus Exp $ +# $Id: Makefile.ultrix,v 1.3 1995/04/28 06:23:39 paulus Exp $ # PPPSTATSRCS = pppstats.c @@ -15,7 +15,7 @@ CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) all: pppstats -install: +install: pppstats install -c pppstats $(BINDIR)/pppstats pppstats: $(PPPSTATSRCS) @@ -27,7 +27,3 @@ clean: depend: cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend # makedepend $(CFLAGS) $(PPPSTATSRCS) - -saber_pppstats: - #setopt load_flags $(CFLAGS) - #load $(PPPSTATSRCS)