aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/stallion/bootcode/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* These go along with the stl and stli drivers, recently removed.Warner Losh2004-03-141-16/+0
| | | | Notes: svn path=/head/; revision=126965
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-6/+1
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Install manpages into machine-specific (i386) subdir.Ruslan Ermilov2001-02-191-0/+1
| | | | Notes: svn path=/head/; revision=72702
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Use the default LIBOWN, etc. instead of clobbering the defaults to bin,Bruce Evans1997-12-171-26/+12
| | | | | | | | | | | | etc., so that (this part of) `LIBOWN=... make world' can be run by users other than root. Actually, use BINOWN instead of LIBOWN, since the files that we install in /usr/libdata are not libraries, and LIBOWN is not used for anything else in /usr/libdata. Rewrote all the rules and cleaned up. Notes: svn path=/head/; revision=31807
* Use err(3). Remove progname. Remove stli.4 with is a duplicate of stl.4,Philippe Charnier1997-10-201-2/+3
| | | | | | | use MLINKS instead. Notes: svn path=/head/; revision=30599
* Submitted by: Greg Ungerer <gerg@stallion.oz.au>David Nugent1997-03-131-2/+4
| | | | | | | | | | Add manpages for stl, stli drivers. Add manpages for stlload, stlstats. Update stli bootcode. Update stlload, stlstats to revision 1.0.0 from author. Notes: svn path=/head/; revision=23831
* 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
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-3/+2
| | | | Notes: svn path=/head/; revision=21155
* rm the files first before uudecoding, because the modes in the beginPeter Wemm1996-05-051-1/+3
| | | | | | | line doesnt permit writes by the owner.. (oops!) Notes: svn path=/head/; revision=15633
* Minimal adjustments to get the Stallion utilities to build and installPeter Wemm1996-05-041-0/+30
in a FreeBSD style source tree. Notes: svn path=/head/; revision=15611