]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.ultrix
Remove files that don't go into releases
[ppp.git] / pppstats / Makefile.ultrix
diff --git a/pppstats/Makefile.ultrix b/pppstats/Makefile.ultrix
deleted file mode 100644 (file)
index 519cf1f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# pppstats makefile
-# $Id: Makefile.ultrix,v 1.6 1998/03/25 02:21:27 paulus Exp $
-#
-
-BINDIR = /usr/local/etc
-MANDIR = /usr/local/man
-
-PPPSTATSRCS = pppstats.c
-PPPSTATOBJS = pppstats.o
-
-#CC = gcc
-COPTS = -O
-COMPILE_FLAGS = -DULTRIX
-LIBS = 
-
-CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
-
-all: pppstats
-
-install: pppstats
-       install -c pppstats $(BINDIR)/pppstats
-       install -c -m 444 pppstats.8 $(MANDIR)/man8/pppstats.8
-
-pppstats: $(PPPSTATSRCS)
-       $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
-
-clean:
-       rm -f pppstats *~ #* core
-
-depend:
-       cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend
-#      makedepend $(CFLAGS) $(PPPSTATSRCS)