summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Check for >= 255 since sign extension from byte to u_int sometimes makesnjl2004-05-271-0/+1
| | | | | | | | 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.
* Mark APM manpages as i386-only.ru2004-01-211-0/+1
|
* Remove the zzz files since they have been moved to src/usr.sbin/zzznjl2003-07-141-2/+1
|
* Change zzz to be a shell script that checks for APM or ACPI support andnjl2003-07-141-3/+3
| | | | | | suspends the system appropriately. Submitted by: Mark Santcroos <marks@ripe.net>
* style.Makefile(5)obrien2003-04-041-4/+4
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Fixed breakage of installation of zzz.8 in previous commit. MLINKSbde2000-01-251-1/+1
| | | | consists of pairs of link names.
* Add MLINK for apmconf(8).asmodai2000-01-231-1/+1
| | | | Suggested by: msmith
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* delete MANDIR=/usr/share/man/man,wosch1996-05-211-1/+3
| | | | it breaks `env MANDIR=<dir> make maninstall'
* make the right link to "zzz"phk1994-11-021-1/+1
|
* The latest user-land changes from the author. I added a big warning to thephk1994-11-011-8/+4
| | | | | | apm.4 man-page. I also hope the Makefiles make sense now. Submitted by: HOSOKAWA Tatsumi
* Stop "make install" from falling over if DESTDIR is defined.phk1994-10-151-2/+2
|
* Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.dg1994-10-011-0/+10
Submitted by: HOSOKAWA Tatsumi
OpenPOWER on IntegriCloud