History log of /freebsd-10-stable/usr.bin/at/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 226420 16-Oct-2011 ed

Build at(1) with NO_WFORMAT instead of WARNS=1.


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