From: Paul Mackerras Date: Mon, 19 Sep 1994 04:17:51 +0000 (+0000) Subject: don't need to be group kmem any more X-Git-Tag: RELEASE_2_3_6~858 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=1b9f7635dd45d643b2fb7cf496f67789892897c5 don't need to be group kmem any more --- diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix index 2a3158f..7a982fb 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.2 1994/09/19 04:17:51 paulus Exp $ # PPPSTATSRCS = pppstats.c @@ -16,7 +16,7 @@ CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) all: pppstats install: - install -c -g kmem pppstats $(BINDIR)/pppstats + install -c pppstats $(BINDIR)/pppstats pppstats: $(PPPSTATSRCS) $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)