summaryrefslogtreecommitdiff
path: root/usr.sbin/envstat/Makefile
blob: 59efedc463a28cf16808f084b6e984f75651b94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.10 2010/12/14 08:04:14 pooka Exp $

RUMPPRG=	envstat
SRCS+=		envstat.c config.c config_yacc.y config_lex.l

.PATH: ${.CURDIR}/../../common/lib/libprop
CPPFLAGS+=	-DRUMP_ACTION
RUMPSRCS+=	prop_kern.c

LDADD=		-lprop
DPADD=		${LIBPROP}

MAN=		envstat.8 envsys.conf.5

CPPFLAGS+=      -I${.CURDIR} -I.

YHEADER=	yes

.include <bsd.prog.mk>
an title='2013-10-26 22:58:04 +0000'>2013-10-26Formatting and macro usage fixes. Fix xrefs.wiz 2013-10-26Syntax and formatting fixes. Add missing command. Explain 'sb'.wiz 2013-05-03If not building anything include bsd.subdir.mkmatt 2013-05-02Include <bsd.own.mk>matt 2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt 2013-02-21Make this build on SunOS.hans 2013-02-16Fix cygwin build.jmcneill 2013-02-05Use the fact that all big endian arm MACHINE_ARCH end in eb to detectmatt 2013-02-05There are other little endian arm machine_arches other than "arm"matt 2013-01-21When abusing enums, please at least use valid constants...christos 2012-11-27According to the i.MX23 Reference Manual section 3.1, Page 3-3:jkunz 2012-11-16Eat all targetschristos 2012-11-16Don't install lib.a on platforms this is not supported.christos 2012-11-15Add elftosb tools to evbarm userland and toolchain.jkunz