X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppdump%2FMakefile.sunos4;fp=pppdump%2FMakefile.sunos4;h=0000000000000000000000000000000000000000;hp=6f2581f23c080a11f9e972dc5e78983b4e097c3c;hb=5dce043b4b7e32d41598442361736a927a5db5e4;hpb=3e451dfe42426b51e6ce1d66a3e04de43e055568 diff --git a/pppdump/Makefile.sunos4 b/pppdump/Makefile.sunos4 deleted file mode 100644 index 6f2581f..0000000 --- a/pppdump/Makefile.sunos4 +++ /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