Home | History | Annotate | Line # | Download | only in envstat
      1  1.11      brad # $NetBSD: Makefile,v 1.11 2025/04/01 11:39:19 brad Exp $
      2   1.1      groo 
      3   1.9     pooka RUMPPRG=	envstat
      4   1.3   xtraeme SRCS+=		envstat.c config.c config_yacc.y config_lex.l
      5   1.2   xtraeme 
      6  1.10     pooka .PATH: ${.CURDIR}/../../common/lib/libprop
      7  1.10     pooka CPPFLAGS+=	-DRUMP_ACTION
      8  1.10     pooka RUMPSRCS+=	prop_kern.c
      9  1.10     pooka 
     10  1.11      brad LDADD=		-lprop -lmj
     11  1.11      brad DPADD=		${LIBPROP} ${LIBMJ}
     12   1.2   xtraeme 
     13   1.3   xtraeme MAN=		envstat.8 envsys.conf.5
     14   1.3   xtraeme 
     15   1.7  christos CPPFLAGS+=      -I${.CURDIR} -I.
     16   1.4   xtraeme 
     17   1.3   xtraeme YHEADER=	yes
     18   1.1      groo 
     19   1.1      groo .include <bsd.prog.mk>
     20