repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: Fix a -Wundef warning.
[dragonfly.git]
/
usr.sbin
/
hotplugd
/
Makefile
blob
9825e50a730336b4312d39920fbbc57216f008af
1
PROG
=
hotplugd
2
MAN
=
hotplugd
.8
3
LDADD
= -
ldevattr
-
lprop
4
DPADD
= ${
LIBDEVATTR
} ${
LIBPROP
}
5
6
.
include
<
bsd.prog.mk
>