1#	$NetBSD: Makefile,v 1.2 2023/11/15 22:11:16 christos Exp $
2
3NOLINT=	# defined
4
5.include <bsd.own.mk>
6
7.PATH: ${PPPD}/plugins
8
9LIB=minconn
10SRCS=minconn.c
11CPPFLAGS+=-I${PPPD}
12
13LIBPREFIX=
14SHLIB_FULLVERSION=
15
16.include <bsd.lib.mk>
17