From ab5559aaabd1167a18ac882e64d97c5adc0e7d03 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 11 Jun 2001 11:44:34 +0000 Subject: Initial revision --- mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile (limited to 'mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile') diff --git a/mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile b/mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile new file mode 100644 index 000000000..4c98b6c6d --- /dev/null +++ b/mdk-stage1/ppp/pppdump/Makefile.linux.pppdump-Makefile @@ -0,0 +1,17 @@ +CFLAGS= -O -I../include/net +OBJS = pppdump.o bsd-comp.o deflate.o zlib.o + +INSTALL= install + +all: pppdump + +pppdump: $(OBJS) + $(CC) $(RPM_OPT_FLAGS) -o pppdump $(OBJS) + +clean: + rm -f pppdump $(OBJS) *~ + +install: + mkdir -p $(BINDIR) $(MANDIR)/man8 + $(INSTALL) -s -c pppdump $(BINDIR) + $(INSTALL) -c -m 444 pppdump.8 $(MANDIR)/man8 -- cgit v1.2.1