Cross Reference: Makefile
xref: /src/usr.sbin/envstat/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/envstat/
Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2010/11/05 13:42:37 pooka Exp $
2
3PROG=		envstat
4SRCS+=		envstat.c config.c config_yacc.y config_lex.l
5
6LDADD=		-lprop
7DPADD=		${LIBPROP}
8
9MAN=		envstat.8 envsys.conf.5
10
11CPPFLAGS+=      -I${.CURDIR} -I.
12
13YHEADER=	yes
14
15.ifdef RUMP_ACTION
16LDADD+=		-lrumpclient
17CPPFLAGS+=	-DRUMP_SYS_OPEN -DRUMP_SYS_CLOSE
18CPPFLAGS+=	-DRUMP_ACTION
19DBG=		-g
20.endif
21
22.include <bsd.prog.mk>
23

Indexes created Sat Dec 20 21:09:36 GMT 2025