]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.ultrix
Initial revision
[ppp.git] / pppstats / Makefile.ultrix
diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix
new file mode 100644 (file)
index 0000000..2a3158f
--- /dev/null
@@ -0,0 +1,33 @@
+#
+# pppstats makefile
+# $Id: Makefile.ultrix,v 1.1 1994/04/21 03:10:50 paulus Exp $
+#
+
+PPPSTATSRCS = pppstats.c
+PPPSTATOBJS = pppstats.o
+
+#CC = gcc
+COPTS = -O
+COMPILE_FLAGS = 
+LIBS = 
+
+CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
+
+all: pppstats
+
+install:
+       install -c -g kmem pppstats $(BINDIR)/pppstats
+
+pppstats: $(PPPSTATSRCS)
+       $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
+
+clean:
+       rm -f pppstats *~ #* core
+
+depend:
+       cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend
+#      makedepend $(CFLAGS) $(PPPSTATSRCS)
+
+saber_pppstats:
+       #setopt load_flags $(CFLAGS)
+       #load $(PPPSTATSRCS)