Add the compile hook for passwordfd plugin.

This commit is contained in:
cube 2005-02-20 11:14:37 +00:00
parent f0a7dc0094
commit 44a5931b78
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1 2005/02/20 11:14:37 cube Exp $
NOLINT= # defined
.include <bsd.own.mk>
.PATH: ${NETBSDSRCDIR}/dist/pppd/pppd/plugins
LIB=passwordfd
SRCS=passwordfd.c
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pppd/pppd
LIBPREFIX=
SHLIB_FULLVERSION=
.include <bsd.lib.mk>