summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pciconf/Makefile
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-10-22 20:27:47 +0000
committerse <se@FreeBSD.org>1996-10-22 20:27:47 +0000
commit97741b92a34f59ffd968a07222fb0d0e74f67955 (patch)
tree33f08a972235cabf8821548e189e2928664c4922 /usr.sbin/pciconf/Makefile
downloadFreeBSD-src-97741b92a34f59ffd968a07222fb0d0e74f67955.zip
FreeBSD-src-97741b92a34f59ffd968a07222fb0d0e74f67955.tar.gz
Initial version of the user land code for the PCI config register
access functions. Written by Garrett Wollman and modified by me to better match my view of the (PCI) world. Submitted by: wollman
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r--usr.sbin/pciconf/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile
new file mode 100644
index 0000000..5efdd18
--- /dev/null
+++ b/usr.sbin/pciconf/Makefile
@@ -0,0 +1,8 @@
+# $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>
OpenPOWER on IntegriCloud