xref: /netbsd-src/external/bsd/ppp/usr.sbin/plugins/passwordfd/Makefile (revision 70f7362772ba52b749c976fb5e86e39a8b2c9afc)
1#	$NetBSD: Makefile,v 1.2 2023/11/15 22:11:17 christos Exp $
2
3NOLINT=	# defined
4
5.include <bsd.own.mk>
6
7.PATH: ${PPPD}/plugins
8
9LIB=passwordfd
10SRCS=passwordfd.c
11CPPFLAGS+=-I${PPPD}
12
13LIBPREFIX=
14SHLIB_FULLVERSION=
15
16.include <bsd.lib.mk>
17