diff --git a/usr.sbin/pppd/plugins/passwordfd/Makefile b/usr.sbin/pppd/plugins/passwordfd/Makefile new file mode 100644 index 000000000000..716b84433c12 --- /dev/null +++ b/usr.sbin/pppd/plugins/passwordfd/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2005/02/20 11:14:37 cube Exp $ + +NOLINT= # defined + +.include + +.PATH: ${NETBSDSRCDIR}/dist/pppd/pppd/plugins + +LIB=passwordfd +SRCS=passwordfd.c +CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pppd/pppd + +LIBPREFIX= +SHLIB_FULLVERSION= + +.include