summaryrefslogtreecommitdiff
path: root/pppstats/Makefile.osf
diff options
context:
space:
mode:
Diffstat (limited to 'pppstats/Makefile.osf')
-rw-r--r--pppstats/Makefile.osf29
1 files changed, 0 insertions, 29 deletions
diff --git a/pppstats/Makefile.osf b/pppstats/Makefile.osf
deleted file mode 100644
index 309bf04..0000000
--- a/pppstats/Makefile.osf
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# pppstats makefile
-#
-
-PPPSTATSRCS = pppstats.c
-PPPSTATOBJS = pppstats.o
-
-#CC = gcc
-COPTS = -O
-COMPILE_FLAGS = -DSTREAMS
-LIBS =
-
-CFLAGS = -I../include $(COPTS) $(COMPILE_FLAGS)
-
-all: pppstats
-
-install: pppstats
- installbsd -c pppstats $(BINDIR)/pppstats
- installbsd -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)