freebsd-ports/sysutils/pciutils/files/patch-lib::Makefile
Joe Marcus Clarke 9697cee695 Add pciutils, a group of Linux utilities ported to FreeBSD that allow one
to list and manipulate PCI bus parameters.

Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-06-13 18:48:01 +00:00

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