]> git.ozlabs.org Git - ppp.git/blobdiff - pppdump/Makefile.sunos4
Remove files that don't go into releases
[ppp.git] / pppdump / Makefile.sunos4
diff --git a/pppdump/Makefile.sunos4 b/pppdump/Makefile.sunos4
deleted file mode 100644 (file)
index 6f2581f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# pppstats makefile
-# $Id: Makefile.sunos4,v 1.1 1999/04/01 11:44:55 paulus Exp $
-#
-
-include ../sunos4/Makedefs
-
-OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
-CFLAGS = $(COPTS) -I../include/net
-
-all:   pppdump
-
-pppdump: $(OBJS)
-       $(CC) -o pppdump $(OBJS)
-
-clean:
-       rm -f pppdump $(OBJS) *~
-
-install: pppdump
-       $(INSTALL) -c pppdump $(BINDIR)/pppdump
-       $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)/man8/pppdump.8