NetBSD/usr.sbin/pcictl/Makefile
thorpej 0c91ac689b pcictl(8) -- a program for frobbing the PCI bus, and also an example
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.
2001-09-13 23:51:04 +00:00

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>