]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.sun
sun is dead; long live sunos4
[ppp.git] / pppstats / Makefile.sun
diff --git a/pppstats/Makefile.sun b/pppstats/Makefile.sun
deleted file mode 100644 (file)
index 165a776..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# pppstats makefile
-# $Id: Makefile.sun,v 1.5 1995/04/28 06:16:19 paulus Exp $
-#
-
-PPPSTATSRCS = pppstats.c
-PPPSTATOBJS = pppstats.o
-
-#CC = gcc
-COPTS = -O
-COMPILE_FLAGS = -DSTREAMS
-LIBS =
-
-INSTALL= install -o root -g daemon
-
-CFLAGS = -I.. $(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)