aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/manctl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-5/+1
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* $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
* add a manpageWolfram Schneider1996-01-231-6/+5
| | | | | | | check for argument 'path' Notes: svn path=/head/; revision=13601
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Take hardcoded /usr/sbin out of the install target.Jordan K. Hubbard1995-07-171-2/+2
| | | | Notes: svn path=/head/; revision=9561
* My last fix broke things more, thanks to Paul Traina for pointing that out!Geoff Rehmet1994-05-261-1/+3
| | | | Notes: svn path=/head/; revision=1571
* >From JordanGeoff Rehmet1994-05-261-6/+4
| | | | | | | Fix braindeadness in my makefile Notes: svn path=/head/; revision=1562
* Fixed Makefile problem pointed out by Piero SeriniGeoff Rehmet1994-04-191-3/+7
| | | | Notes: svn path=/head/; revision=1377
* Manctl utility:Geoff Rehmet1994-04-171-0/+7
compresses man pages uncompresses man pages purges old formatted man pages (not implemented yet) currently still under development, but worth trying out (IMHO) a man page ;-) must still be written for manctl - to follow shortly Notes: svn path=/cvs2svn/branches/manctl_0_1/; revision=1366