f0a7dc0094
A few notes: o pppd/sys-bsd.c, pppdump/pppdump.h are local file, they're kept here. It is the case for the status plugin, too. o tdb.[ch] is the TDB implementation we will use, from previous pppd versions.
17 lines
271 B
Makefile
17 lines
271 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/02/20 11:12:43 cube Exp $
|
|
|
|
NOLINT= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${NETBSDSRCDIR}/dist/pppd/pppd/plugins
|
|
|
|
LIB=minconn
|
|
SRCS=minconn.c
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pppd/pppd
|
|
|
|
LIBPREFIX=
|
|
SHLIB_FULLVERSION=
|
|
|
|
.include <bsd.lib.mk>
|