projects
/
ppp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d84ffd
)
remove -DKVMLIB flag, use cc by default
author
Paul Mackerras
<paulus@samba.org>
Tue, 14 Dec 1993 05:11:09 +0000
(
05:11
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 14 Dec 1993 05:11:09 +0000
(
05:11
+0000)
pppstats/Makefile.sun
patch
|
blob
|
history
diff --git
a/pppstats/Makefile.sun
b/pppstats/Makefile.sun
index 2253fb9758457973bb42aed98863a15f9dbbe6d8..67d3c2b4ee200ff87fc7ffacf4fbf1d54d10de6f 100644
(file)
--- a/
pppstats/Makefile.sun
+++ b/
pppstats/Makefile.sun
@@
-1,14
+1,14
@@
#
# pppstats makefile
-# $Id: Makefile.sun,v 1.
1 1993/12/14 02:57:14
paulus Exp $
+# $Id: Makefile.sun,v 1.
2 1993/12/14 05:11:09
paulus Exp $
#
PPPSTATSRCS = pppstats.c
PPPSTATOBJS = pppstats.o
-CC = gcc
+
#
CC = gcc
COPTS = -O
-COMPILE_FLAGS = -D
KVMLIB -D
STREAMS
+COMPILE_FLAGS = -DSTREAMS
LIBS = -lkvm
CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)