aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/apm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* apm(8): Drop MLINK to apmconf(8)John Baldwin2025-11-131-1/+0
| | | | | apmconf(8) was merged into apm(8) back in 2000 and this note and MLINK were added as a transition aid, but that aid is no longer needed.
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Fix build with -DNO_ROOTFernando ApesteguĂ­a2021-11-261-4/+0
| | | | | | | | | | | | | | | | | | | | | | | The inclusion of 0a0f7486413c broke the build with the -DNO_ROOT option. Specifically, that commit adds some relative paths (with `..`) to METALOG that make other tools using that log, fail afterwards (tar, makefs...). It's been argued[1] if this is really something mtree(8) should handle more graciously. In the meantime, fix the breakage but changing the order in which the links are created: first in the parent directory, then in the architecture-specific one. We keep the architecture-specific directories an the links to the parent directories. This is something that we might want to change in the future. This commit is based on a concept patch by avg@. [1] https://lists.freebsd.org/archives/dev-commits-src-all/2021-November/index.html Reported by: bapt@, emaste@ Approved by: avg@ Fixes: 0a0f7486413c Differential Revision: https://reviews.freebsd.org/D33126
* man: Build manpages for all architecturesFernando ApesteguĂ­a2021-06-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | Building and installing architecture-specific man pages only raises a number of problems: * The https://www.freebsd.org/cgi/man.cgi is incomplete. As an example, it does not show results for pae(4). The reason for this is that the cgi interface runs on FreeBSD amd64. * In FreeBSD amd64 some manual pages have broken X-refs. See hptrr(4) for an example. * Also, we have broken links in our Release Notes. This is a consequence of the first point. See https://www.freebsd.org/releases/13.0R/hardware/#proc-i386. Make MAN_ARCH default to 'all' so we build all the man pages for all the architectures. The difference in disk space is negligible. Also link architecture-specific man pages to their own section while keeping their own namespace. PR: 212290 Reported by: mj@bsdops.com Approved by: ceri@, wosch@ MFC after: 4 weeks
* Create a package for apm(8).Glen Barber2016-01-211-0/+2
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=294527
* MFtbemd:Warner Losh2010-08-231-1/+1
| | | | | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. Notes: svn path=/head/; revision=211725
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | Notes: svn path=/head/; revision=201390
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andJung-uk Kim2009-09-271-1/+1
| | | | | | | install apm(8) and apm_bios.h on amd64. Notes: svn path=/head/; revision=197536
* Check for >= 255 since sign extension from byte to u_int sometimes makesNate Lawson2004-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. Notes: svn path=/head/; revision=129784
* Mark APM manpages as i386-only.Ruslan Ermilov2004-01-211-0/+1
| | | | Notes: svn path=/head/; revision=124786
* Remove the zzz files since they have been moved to src/usr.sbin/zzzNate Lawson2003-07-141-2/+1
| | | | Notes: svn path=/head/; revision=117558
* Change zzz to be a shell script that checks for APM or ACPI support andNate Lawson2003-07-141-3/+3
| | | | | | | | | suspends the system appropriately. Submitted by: Mark Santcroos <marks@ripe.net> Notes: svn path=/head/; revision=117539
* style.Makefile(5)David E. O'Brien2003-04-041-4/+4
| | | | Notes: svn path=/head/; revision=113091
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* Fixed breakage of installation of zzz.8 in previous commit. MLINKSBruce Evans2000-01-251-1/+1
| | | | | | | consists of pairs of link names. Notes: svn path=/head/; revision=56579
* Add MLINK for apmconf(8).Jeroen Ruigrok van der Werven2000-01-231-1/+1
| | | | | | | Suggested by: msmith Notes: svn path=/head/; revision=56433
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* delete MANDIR=/usr/share/man/man,Wolfram Schneider1996-05-211-1/+3
| | | | | | | it breaks `env MANDIR=<dir> make maninstall' Notes: svn path=/head/; revision=15842
* make the right link to "zzz"Poul-Henning Kamp1994-11-021-1/+1
| | | | Notes: svn path=/head/; revision=4081
* The latest user-land changes from the author. I added a big warning to thePoul-Henning Kamp1994-11-011-8/+4
| | | | | | | | | apm.4 man-page. I also hope the Makefiles make sense now. Submitted by: HOSOKAWA Tatsumi Notes: svn path=/head/; revision=4062
* Stop "make install" from falling over if DESTDIR is defined.Poul-Henning Kamp1994-10-151-2/+2
| | | | Notes: svn path=/head/; revision=3606
* Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.David Greenman1994-10-011-0/+10
Submitted by: HOSOKAWA Tatsumi Notes: svn path=/head/; revision=3259