projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46adcb0
)
don't need to be group kmem any more
author
Paul Mackerras
<paulus@samba.org>
Mon, 19 Sep 1994 04:17:51 +0000
(
04:17
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 19 Sep 1994 04:17:51 +0000
(
04:17
+0000)
pppstats/Makefile.ultrix
patch
|
blob
|
history
diff --git
a/pppstats/Makefile.ultrix
b/pppstats/Makefile.ultrix
index 2a3158f19f812f4881246c0a7ddca853cfcd59cc..7a982fb0ffb4aeb8bb9f14cb4fb75260a45074b3 100644
(file)
--- 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)