]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/Makefile.sol2
CI: Updated the 'checkout' actions that were using Node.js 16 to Node.js 20. (#489)
[ppp.git] / pppstats / Makefile.sol2
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
deleted file mode 100644 (file)
index e27c635..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#
-# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.6 1996/09/26 06:16:18 paulus Exp $
-#
-
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man
-INSTALL = /usr/sbin/install
-
-# For gcc
-#CC = gcc
-#COPTS = -g -O
-
-COPTS = -O -Xa
-
-CFLAGS = -DSTREAMS -I.. $(COPTS)
-
-all: pppstats
-
-pppstats: pppstats.c
-       $(CC) $(CFLAGS) -o pppstats pppstats.c
-
-install: pppstats
-       $(INSTALL) -f $(BINDIR) pppstats
-       $(INSTALL) -m 444 -f $(MANDIR)/man8 pppstats.8
-
-clean:
-       rm -f pppstats *~ core