NetBSD/usr.sbin/pppd/plugins/minconn/Makefile
cube f0a7dc0094 Make this use the new pppd version.
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.
2005-02-20 11:12:42 +00:00

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>