9697cee695
to list and manipulate PCI bus parameters. Submitted by: Samy Al Bahra <samy@kerneled.com>
12 lines
272 B
Text
12 lines
272 B
Text
--- lib/Makefile.orig Thu Dec 26 22:28:33 2002
|
|
+++ lib/Makefile Thu Jun 12 02:46:13 2003
|
|
@@ -28,6 +28,9 @@
|
|
ifdef HAVE_PM_FBSD_DEVICE
|
|
OBJS += fbsd-device.o
|
|
CFLAGS += -I/usr/src/sys
|
|
+ifdef FREEBSD_SYS
|
|
+CFLAGS += -I${FREEBSD_SYS}
|
|
+endif
|
|
endif
|
|
|
|
ifdef HAVE_PM_AIX_DEVICE
|