0c91ac689b
of how to use libpci. Currently has "list" (list devices within a PCI domain) and "dump" (dump PCI configuration header for a device) sub-commands.
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $NetBSD: Makefile,v 1.1 2001/09/13 23:51:04 thorpej Exp $
|
|
|
|
PROG= pcictl
|
|
MAN= pcictl.8
|
|
|
|
DPADD+= ${LIBPCI} ${LIBUTIL}
|
|
LDADD+= -lpci -lutil
|
|
|
|
.include <bsd.prog.mk>
|