X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppstats%2FMakefile.sunos4;h=12570f5de9f87109498eb6205b11844dd62e5872;hp=f60012459421bd3ac6d78beb44b54862b50c1572;hb=72d70cf7fd4a0623fb1fe527c87d4d373df594a9;hpb=24e86297d9eed547dbd7a898e6526bb0ad81aea6 diff --git a/pppstats/Makefile.sunos4 b/pppstats/Makefile.sunos4 index f600124..12570f5 100644 --- a/pppstats/Makefile.sunos4 +++ b/pppstats/Makefile.sunos4 @@ -1,19 +1,17 @@ # # pppstats makefile -# $Id: Makefile.sunos4,v 1.1 1995/12/18 03:54:00 paulus Exp $ +# $Id: Makefile.sunos4,v 1.4 1998/03/25 02:21:25 paulus Exp $ # +include ../sunos4/Makedefs + PPPSTATSRCS = pppstats.c PPPSTATOBJS = pppstats.o -#CC = gcc -COPTS = -O -COMPILE_FLAGS = -DSTREAMS +COMPILE_FLAGS = -DSTREAMS -DSUNOS4 LIBS = -INSTALL= install -o root -g daemon - -CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS) +CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS) all: pppstats