History log of /freebsd-current/usr.sbin/acpi/Makefile.inc
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 64a0982b 04-Mar-2017 Enji Cooper <ngie@FreeBSD.org>

usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output

MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 0ed8966e 05-Mar-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Make acpi an individual package

Flag /etc/devd/asus.conf as a config file so it will be automatically merged on updates


# a228e013 16-Feb-2012 Jung-uk Kim <jkim@FreeBSD.org>

Fix a stupid typo.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 99065116 05-Jun-2009 Jung-uk Kim <jkim@FreeBSD.org>

Import ACPICA 20090521.


# 37e40786 02-Jun-2009 Jung-uk Kim <jkim@FreeBSD.org>

Merge ACPI utilities as well.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# e8d472a7 01-Nov-2005 Jung-uk Kim <jkim@FreeBSD.org>

Catch up with ACPI-CA 20051021 import


# a42b7543 07-Aug-2003 Nate Lawson <njl@FreeBSD.org>

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

Obtained from: acpicatools port by Iwasaki-san


# 63af7856 17-Sep-2002 John Baldwin <jhb@FreeBSD.org>

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.


# 90e655ea 20-Jul-2001 David E. O'Brien <obrien@FreeBSD.org>

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.


# ac24b049 19-Jul-2001 David E. O'Brien <obrien@FreeBSD.org>

Remove GCC'isms in CFLAGS.


# d5b6ee57 01-Apr-2001 Mitsuru IWASAKI <iwasaki@FreeBSD.org>

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


# c73e22c3 20-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# e434fd9b 30-Sep-2000 Mike Smith <msmith@FreeBSD.org>

Update include paths for new header locations.

Submitted by: iwasaki


# a7f7ce13 31-Aug-2000 Mitsuru IWASAKI <iwasaki@FreeBSD.org>

Add Makefile for acpi userland tools.

Obtained from: ACPI For FreeBSD project