summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/plugins/status/Makefile
blob: ed0cc636bb0c6f0b79699e66e2ddbeb1fc552a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.2 2005/02/20 11:12:44 cube Exp $

NOLINT=	# defined

.include <bsd.own.mk>

LIB=status
SRCS=status.c
CPPFLAGS+=-I${NETBSDSRCDIR}/dist/pppd/pppd

LIBPREFIX=
SHLIB_FULLVERSION=

.include <bsd.lib.mk>