]> git.ozlabs.org Git - ppp.git/blob - pppdump/Makefile
examples for RH linux
[ppp.git] / pppdump / Makefile
1 CFLAGS= -O -I../include/net
2 OBJS = pppdump.o bsd-comp.o deflate.o zlib.o
3
4 all:    pppdump
5
6 pppdump: $(OBJS)
7         $(CC) -o pppdump $(OBJS)
8
9 clean:
10         rm -f pppdump $(OBJS) *~
11
12 install: