History log of /freebsd-10-stable/libexec/atrun/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 321267 20-Jul-2017 ngie

MFC r314653:

libexec: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output


# 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

# 201380 02-Jan-2010 ed

Make WARNS=6 the default for libexec/.

Just like bin/ and sbin/, I think setting WARNS to the highest value
possible will make it more attractive for people to fix warnings.

- The WARNS variable is set in the Makefile in the directory of the
application itself, making it more likely that it will be removed out
of curiosity to see what happens.
- New applications will most likely build with WARNS=6 out of the box,
because the author would more likely fix the warnings during
development than lower WARNS.

Unfortunately almost all apps in libexec require a lowered value of
WARNS.


# 172402 01-Oct-2007 ru

Fixed static linkage (build with -DNO_SHARED).

Approved by: re (kensmith)


# 170773 15-Jun-2007 yar

Add PAM support to atrun(8).


# 170741 14-Jun-2007 yar

Use a single setusercontext(3) instead of a bunch of basic syscalls.
Besides aesthetic benefits, that makes at(1) jobs subject to such
login.conf(5) settings as resource limits.


# 90164 04-Feb-2002 kris

Lock down with WFORMAT?=1, with overrides in the subdirectories which
are not yet warning-clean. Tested on i386 and alpha.


# 74814 26-Mar-2001 ru

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


# 74804 26-Mar-2001 ru

Don't use MANDEPEND and MANSRC.


# 74529 20-Mar-2001 ru

Set the default manual section for libexec/ to 8.


# 60604 15-May-2000 bde

Don't uselessly set MANDEPEND (it isn't used in this Makefile, and isn't
really used in bsd.man.mk).

Don't uselessly set MANSRC ("." is in the path by default, and there are
no ordering problems).

Fixed some other style bugs.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


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


# 10415 29-Aug-1995 ache

Fix ${.CURDIR} misspelling


# 10154 21-Aug-1995 ache

Upgrade to 2.9


# 7768 12-Apr-1995 ache

Upgrade.
Close security holes reported.


# 939 04-Jan-1994 nate

Added the Linux atrun command as hacked by Chris Demetriou for NetBSD.