repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
envstat
/
Makefile
blob
ab6cbb31fd8684dd2736df4a6ca31c2a435331f2
1
# $NetBSD: Makefile,v 1.6 2009/04/22 15:23:03 lukem Exp $
2
3
PROG
=
envstat
4
SRCS
+=
envstat.c config.c config_yacc.y config_lex.l
5
6
LDADD
= -
lprop
7
DPADD
= ${
LIBPROP
}
8
9
MAN
=
envstat
.8
envsys.conf
.5
10
11
CPPFLAGS
+= -
I
${
.CURDIR
} -
I.
12
13
YHEADER
=
yes
14
15
.
include
<
bsd.prog.mk
>