repo.or.cz
/
dragonfly
/
netmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct two links.
[dragonfly/netmp.git]
/
usr.sbin
/
battd
/
Makefile
blob
d98157189b475868ee9e45c742ccfcc6a3e84c0b
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.sbin/battd/Makefile,v 1.3 2005/08/28 20:15:38 liamfoy Exp $
3
4
PROG
=
battd
5
MAN
=
battd
.8
6
7
LDADD
+= -
lutil
8
DPADD
+= ${
LIBUTIL
}
9
WARNS?
=
6
10
11
.
include
<
bsd.prog.mk
>