History log of /freebsd-9.3-release/usr.sbin/acpi/Makefile.inc
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 193531 05-Jun-2009 jkim

Import ACPICA 20090521.


# 151948 01-Nov-2005 jkim

Catch up with ACPI-CA 20051021 import


# 118616 07-Aug-2003 njl

Add the acpidb and iasl utilities. This is not yet hooked up to the build.

Obtained from: acpicatools port by Iwasaki-san


# 103489 17-Sep-2002 jhb

Only include parent directory Makefile.inc if it exists. Now you can
cvs co acpi and build acpi utilities w/o needing the usr.sbin Makefile.inc.


# 80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


# 80022 20-Jul-2001 obrien

Remove GCC'isms in CFLAGS.


# 75058 01-Apr-2001 iwasaki

Remove NOSHARED.
The usr.sbin/acpi/ utilities should be compiled non-static.
It just followed the usr.sbin/pccard/Makefile.inc way last time.

Pointed out by: ru and msmith
Committed at: BSD HANAMI in Japan 2001


# 74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


# 66490 30-Sep-2000 msmith

Update include paths for new header locations.

Submitted by: iwasaki


# 65282 31-Aug-2000 iwasaki

Add Makefile for acpi userland tools.

Obtained from: ACPI For FreeBSD project