Home | History | Annotate | Line # | Download | only in envstat
Makefile revision 1.10.58.1
      1  1.10.58.1  perseant # $NetBSD: Makefile,v 1.10.58.1 2025/08/02 05:58:49 perseant 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.10.58.1  perseant LDADD=		-lprop -lmj
     11  1.10.58.1  perseant 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