summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/plugins/passwordfd/Makefile
blob: 716b84433c12fe6784a5aefea5321201856a12e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>