]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.sun
declare option variables in pppd.h; use uint32 for IP addresses
[ppp.git] / pppstats / Makefile.sun
index 67d3c2b4ee200ff87fc7ffacf4fbf1d54d10de6f..433a2a60d269e456e849e29b472daf51796450b6 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppstats makefile
-# $Id: Makefile.sun,v 1.2 1993/12/14 05:11:09 paulus Exp $
+# $Id: Makefile.sun,v 1.3 1994/04/21 03:10:50 paulus Exp $
 #
 
 PPPSTATSRCS = pppstats.c
@@ -8,7 +8,7 @@ PPPSTATOBJS = pppstats.o
 
 #CC = gcc
 COPTS = -O
-COMPILE_FLAGS = -DSTREAMS
+COMPILE_FLAGS = -DSTREAMS -DKVMLIB
 LIBS = -lkvm
 
 CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)