Home | History | Annotate | Line # | Download | only in passwordfd
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 2023/11/15 22:11:17 christos Exp $
      2  1.1  christos 
      3  1.1  christos NOLINT=	# defined
      4  1.1  christos 
      5  1.1  christos .include <bsd.own.mk>
      6  1.1  christos 
      7  1.2  christos .PATH: ${PPPD}/plugins
      8  1.1  christos 
      9  1.1  christos LIB=passwordfd
     10  1.1  christos SRCS=passwordfd.c
     11  1.2  christos CPPFLAGS+=-I${PPPD}
     12  1.1  christos 
     13  1.1  christos LIBPREFIX=
     14  1.1  christos SHLIB_FULLVERSION=
     15  1.1  christos 
     16  1.1  christos .include <bsd.lib.mk>
     17