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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.sbin
/
pcictl
/
Makefile
blob
e769cca569cc3095fa71f70be6f51e1522edc692
1
# $NetBSD$
2
3
PROG
=
pcictl
4
MAN
=
pcictl
.8
5
6
DPADD
+= ${
LIBPCI
} ${
LIBUTIL
}
7
LDADD
+= -
lpci
-
lutil
8
9
.
include
<
bsd.prog.mk
>