d5ee39ef58
access functions. Written by Garrett Wollman and modified by me to better match my view of the (PCI) world. Submitted by: wollman
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
|
|
|
|
PROG= pciconf
|
|
NOMAN=
|
|
|
|
CFLAGS+= -I/sys
|
|
|
|
.include <bsd.prog.mk>
|