freebsd-dev/usr.sbin/pciconf/Makefile
John Baldwin b6de005505 Add a new -e flag to pciconf(8)'s list mode to display PCI error details.
Currently this dumps the status of any error bits in the PCI status register
and PCI-express device status register.  It also lists any errors indicated
by version 1 of PCI-express Advanced Error Reporting (AER).

MFC after:	1 week
2012-06-01 18:33:40 +00:00

13 lines
199 B
Makefile

# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
# $FreeBSD$
PROG= pciconf
SRCS= pciconf.c cap.c err.c
MAN= pciconf.8
CFLAGS+= -I${.CURDIR}/../../sys
WARNS?= 3
.include <bsd.prog.mk>