[Midnightbsd-cvs] src [8876] trunk: add agp and pci headers.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 26 09:29:31 EDT 2016
Revision: 8876
http://svnweb.midnightbsd.org/src/?rev=8876
Author: laffer1
Date: 2016-09-26 09:29:31 -0400 (Mon, 26 Sep 2016)
Log Message:
-----------
add agp and pci headers.
Modified Paths:
--------------
trunk/etc/mtree/BSD.include.dist
trunk/include/Makefile
trunk/usr.sbin/pciconf/Makefile
Modified: trunk/etc/mtree/BSD.include.dist
===================================================================
--- trunk/etc/mtree/BSD.include.dist 2016-09-26 13:23:55 UTC (rev 8875)
+++ trunk/etc/mtree/BSD.include.dist 2016-09-26 13:29:31 UTC (rev 8876)
@@ -101,6 +101,8 @@
dev
acpica
..
+ agp
+ ..
an
..
bktr
@@ -133,6 +135,8 @@
..
pbio
..
+ pci
+ ..
ppbus
..
smbus
Modified: trunk/include/Makefile
===================================================================
--- trunk/include/Makefile 2016-09-26 13:23:55 UTC (rev 8875)
+++ trunk/include/Makefile 2016-09-26 13:29:31 UTC (rev 8876)
@@ -63,9 +63,10 @@
sys vm
LSUBDIRS= cam/ata cam/scsi \
- dev/acpica dev/an dev/bktr dev/ciss dev/filemon dev/firewire dev/hwpmc \
+ dev/acpica dev/agp dev/an dev/bktr dev/ciss dev/filemon dev/firewire \
+ dev/hwpmc \
dev/ic dev/iicbus ${_dev_ieee488} dev/io dev/lmc dev/mfi dev/ofw \
- dev/pbio dev/ppbus dev/smbus \
+ dev/pbio dev/pci dev/ppbus dev/smbus \
dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/nfs fs/ntfs fs/nullfs \
${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \
Modified: trunk/usr.sbin/pciconf/Makefile
===================================================================
--- trunk/usr.sbin/pciconf/Makefile 2016-09-26 13:23:55 UTC (rev 8875)
+++ trunk/usr.sbin/pciconf/Makefile 2016-09-26 13:29:31 UTC (rev 8876)
@@ -5,8 +5,6 @@
SRCS= pciconf.c cap.c err.c
MAN= pciconf.8
-CFLAGS+= -I${.CURDIR}/../../sys
-
WARNS?= 3
.include <bsd.prog.mk>
More information about the Midnightbsd-cvs
mailing list