f4a430efd2
Unfortunately due to the changes in 1.2.3 that have more fine-grain states between calls to inflate, we cannot easily adapt it to packetized mode.
14 lines
299 B
Makefile
14 lines
299 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/01/14 19:55:11 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/dist/pppd/pppdump ${NETBSDSRCDIR}/sys/net
|
|
|
|
PROG= pppdump
|
|
SRCS= pppdump.c deflate.c bsd-comp.c zlib.c
|
|
MAN= pppdump.8
|
|
|
|
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/net -I${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|