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
/
powerd
/
Makefile
blob
f4626e82e9cf29e4cabe7da04a5598d7e93552b9
1
# $NetBSD: Makefile,v 1.4 2007/07/01 07:39:47 xtraeme Exp $
2
3
PROG
=
powerd
4
SRCS
=
powerd.c
5
6
DPADD
+= ${
LIBPROP
} ${
LIBUTIL
}
7
LDADD
+= -
lprop
-
lutil
8
9
MAN
=
powerd
.8
10
11
.
include
<
bsd.prog.mk
>