]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.sun
use unsigned int rather than unsigned long int for 32-bit type
[ppp.git] / pppstats / Makefile.sun
index 2253fb9758457973bb42aed98863a15f9dbbe6d8..42f42bf082a90e5ad90d44ff9d0e63957fa94a7f 100644 (file)
@@ -1,22 +1,22 @@
 #
 # pppstats makefile
-# $Id: Makefile.sun,v 1.1 1993/12/14 02:57:14 paulus Exp $
+# $Id: Makefile.sun,v 1.4 1994/09/19 04:15:17 paulus Exp $
 #
 
 PPPSTATSRCS = pppstats.c
 PPPSTATOBJS = pppstats.o
 
-CC = gcc
+#CC = gcc
 COPTS = -O
-COMPILE_FLAGS = -DKVMLIB -DSTREAMS
-LIBS = -lkvm
+COMPILE_FLAGS = -DSTREAMS
+LIBS =
 
 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)