History log of /freebsd-9.3-release/usr.sbin/apm/Makefile
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)


# 211725 23-Aug-2010 imp

MFtbemd:

Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.


# 201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


# 197536 27-Sep-2009 jkim

Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and
install apm(8) and apm_bios.h on amd64.


# 129784 27-May-2004 njl

Check for >= 255 since sign extension from byte to u_int sometimes makes
the value for "unknown" 0xffffffff. The underlying kernel drivers should
be updated to only return 255 but the ABI is used by too many userland
utilities.

Also, make this WARNS 6 compatible.


# 124786 21-Jan-2004 ru

Mark APM manpages as i386-only.


# 117558 14-Jul-2003 njl

Remove the zzz files since they have been moved to src/usr.sbin/zzz


# 117539 14-Jul-2003 njl

Change zzz to be a shell script that checks for APM or ACPI support and
suspends the system appropriately.

Submitted by: Mark Santcroos <marks@ripe.net>


# 113091 04-Apr-2003 obrien

style.Makefile(5)


# 74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 74532 20-Mar-2001 ru

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


# 56579 25-Jan-2000 bde

Fixed breakage of installation of zzz.8 in previous commit. MLINKS
consists of pairs of link names.


# 56433 23-Jan-2000 asmodai

Add MLINK for apmconf(8).

Suggested by: msmith


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 15842 21-May-1996 wosch

delete MANDIR=/usr/share/man/man,
it breaks `env MANDIR=<dir> make maninstall'


# 4081 02-Nov-1994 phk

make the right link to "zzz"


# 4062 01-Nov-1994 phk

The latest user-land changes from the author. I added a big warning to the
apm.4 man-page. I also hope the Makefiles make sense now.

Submitted by: HOSOKAWA Tatsumi


# 3606 15-Oct-1994 phk

Stop "make install" from falling over if DESTDIR is defined.


# 3259 01-Oct-1994 dg

Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.

Submitted by: HOSOKAWA Tatsumi