summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314659,r314676:ngie2017-05-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | r314659: usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output r314676: Fix build after r314656 Some of the changes I introduced to use .ALLSRC were correct in spirit, but incorrect in reality -- in particular, ../Makefile.inc hadn't been pulled in via bsd.init.mk (via bsd.lib.mk, bsd.prog.mk), so the value of .ALLSRC (evaluated immediately) was empty. .include bsd.init.mk explicitly so we can be certain that the values used as dependencies in the targets are defined when the target recipe has been evaluated. Reminder: thou shalt separate out separate functional changes before committing them. (YUGE) Pointyhat to: ngie In collaboration with: bdrewery
* Make acpi an individual packagebapt2015-03-051-0/+2
| | | | Flag /etc/devd/asus.conf as a config file so it will be automatically merged on updates
* Fix a stupid typo.jkim2012-02-161-1/+1
|
* Merge ACPICA 20120215.jkim2012-02-161-11/+11
|
* Merge ACPICA 20111123.jkim2011-11-281-13/+14
|
* Import ACPICA 20090521.jkim2009-06-051-1/+14
|
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-1/+1
|
* Add the acpidb and iasl utilities. This is not yet hooked up to the build.njl2003-08-071-1/+4
| | | | Obtained from: acpicatools port by Iwasaki-san
* Only include parent directory Makefile.inc if it exists. Now you canjhb2002-09-171-1/+3
| | | | cvs co acpi and build acpi utilities w/o needing the usr.sbin Makefile.inc.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+1
| | | | | 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.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
|
* Remove NOSHARED.iwasaki2001-04-011-1/+0
| | | | | | | | 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
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+4
|
* Update include paths for new header locations.msmith2000-09-301-1/+1
| | | | Submitted by: iwasaki
* Add Makefile for acpi userland tools.iwasaki2000-08-311-0/+5
Obtained from: ACPI For FreeBSD project
OpenPOWER on IntegriCloud