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


# 113091 04-Apr-2003 obrien

style.Makefile(5)


# 80205 23-Jul-2001 ache

Back out WARNS commenting - local fault


# 80200 23-Jul-2001 ache

Unbreak world - comment out WARNS=2 - deadly warning on tgetstr


# 80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


# 79759 15-Jul-2001 dd

Add prototypes, staticize, constify, don't shadow global variables and
functions, remove an unused function, and silence other assorted
warnings.

Set WARNS=2.


# 74816 26-Mar-2001 ru

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


# 74625 22-Mar-2001 rwatson

o Strip BINMODE from Makefile. Installing watch with 0500 provides no
added security benefit, as it doesn't provide extra privilege.
Protection against inappropriate snooping is done by protecting
/dev/snp* properly.


# 74532 20-Mar-2001 ru

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


# 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.


# 18002 02-Sep-1996 peter

Set ${DPADD}, use +=, add $Id$


# 6546 18-Feb-1995 jkh

Remove bogus reference to snp.4. Somebody kinda screwed up their move! :)


# 6532 17-Feb-1995 ugen

Manpage for snoop device itself.


# 6525 17-Feb-1995 ugen

Add manpage to makefile


# 6521 17-Feb-1995 ugen

This is watch - programm to work with /dev/snp,
it still lacks manpage-i will commit it today later.
For now to test try: watch [ttyname] :)