History log of /freebsd-current/usr.bin/at/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# bf8a86cd 11-Aug-2018 Brad Davis <brd@FreeBSD.org>

Move cron.d/at to usr.bin/at/

This helps with pkgbase as it tags this as a config file so it is handled as
such

Approved by: allanjude (mentor)
Sponsored by: Essen Hackathon
Differential Revision: https://reviews.freebsd.org/D16673


# 196769ee 16-Oct-2011 Ed Schouten <ed@FreeBSD.org>

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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# b7946da9 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

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

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


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 91bd71d2 08-Feb-2002 Mark Murray <markm@FreeBSD.org>

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


# 3ce6c357 01-Dec-2001 Mark Murray <markm@FreeBSD.org>

WARNS=2 fixup.


# cda2a9b2 13-Sep-2001 Ruslan Ermilov <ru@FreeBSD.org>

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.


# dc12be52 27-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

MAN[1-9] -> MAN.


# 0414fc4d 26-Mar-2001 Ruslan Ermilov <ru@FreeBSD.org>

Don't use MANDEPEND and MANSRC.


# c3aac50f 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 5f618f92 06-Dec-1998 Archie Cobbs <archie@FreeBSD.org>

Eliminate compiler warnings from -Wall


# be0cde6f 19-Sep-1998 David E. O'Brien <obrien@FreeBSD.org>

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


# 205a8ea8 08-Jun-1998 Warner Losh <imp@FreeBSD.org>

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


# c115df18 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

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.


# 463c7e7a 25-Feb-1996 Bruce Evans <bde@FreeBSD.org>

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


# cc54f38c 06-Feb-1996 Wolfram Schneider <wosch@FreeBSD.org>

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


# b89321a5 11-Apr-1995 Andrey A. Chernov <ache@FreeBSD.org>

Upgrade.


# d78e98d2 04-Jan-1994 Nate Williams <nate@FreeBSD.org>

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