Home | History | Annotate | Line # | Download | only in status
      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.1  christos LIB=status
      8  1.1  christos SRCS=status.c
      9  1.2  christos CPPFLAGS+=-I${PPPD}
     10  1.1  christos 
     11  1.1  christos LIBPREFIX=
     12  1.1  christos SHLIB_FULLVERSION=
     13  1.1  christos 
     14  1.1  christos .include <bsd.lib.mk>
     15