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


# 201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


# 90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


# 87208 02-Dec-2001 markm

WARNS=2 fixup.


# 83391 13-Sep-2001 ru

Set BINOWN=root explicitly for setuid root binaries.

This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.


# 74848 27-Mar-2001 ru

MAN[1-9] -> MAN.


# 74804 26-Mar-2001 ru

Don't use MANDEPEND and MANSRC.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 41556 06-Dec-1998 archie

Eliminate compiler warnings from -Wall


# 39495 19-Sep-1998 obrien

Remove useless `BINOWN=root' now that it is the default.


# 36786 09-Jun-1998 imp

$@ is deprecated, use ${.TARGET} instead. Ditto for other single character
$n.
PR: conf/3273


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


# 14250 25-Feb-1996 bde

Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.


# 13950 06-Feb-1996 wosch

making <page>.1 from <page>.man


# 7767 12-Apr-1995 ache

Upgrade.


# 941 04-Jan-1994 nate

Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.