aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mail/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mail: Don't trap signals we shouldn't.Dag-Erling Smørgrav2025-04-271-0/+5
| | | | | | | | | | When in interactive mode, trap SIGINT, SIGHUP, and tty-related signals. Otherwise, leave signals untouched as required by POSIX. MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D50011
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-1/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Move mail.rc install to usr.bin/mail.Brad Davis2018-09-181-0/+1
| | | | | | | | | | This leverages CONFS to do the install Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17216 Notes: svn path=/head/; revision=338757
* Add const to the copyright variableBaptiste Daroussin2015-06-061-1/+1
| | | | | | | Bump WARNS to level 2 Notes: svn path=/head/; revision=284070
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Rename mail(1)'s aux.c to util.c.Ed Schouten2009-01-161-2/+2
| | | | | | | | | | | The name `aux' is reserved on Windows file systems. aux.c in the mail(1) directory contains some random utility functions. I'm renaming this file to util.c to make it possible to check out this directory on Windows. MFC after: 1 month Notes: svn path=/head/; revision=187331
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
| | | | Notes: svn path=/head/; revision=90416
* Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant,Mike Heffner2002-01-191-2/+2
| | | | | | | | | but it is pretty close. Not objected to by: -standards Notes: svn path=/head/; revision=89573
* Install files via FILES.Ruslan Ermilov2001-12-171-4/+3
| | | | Notes: svn path=/head/; revision=88064
* I'm working on cleaning this up, however it probably won't be done forMike Heffner2001-12-121-0/+2
| | | | | | | | awhile. Turn off WARNS so that this doesn't break the build when WARNS is turned on higher up. Also add $FreeBSD$. Notes: svn path=/head/; revision=87745
* make install should not install mail.rc in /etcWolfram Schneider1997-08-151-0/+2
| | | | Notes: svn path=/head/; revision=28241
* Simplistic conversion of mail to use termios instead of sgtty.Peter Wemm1996-08-191-1/+0
| | | | Notes: svn path=/head/; revision=17678
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove -R from CFLAGSAndrey A. Chernov1995-05-121-1/+1
| | | | Notes: svn path=/head/; revision=8470
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+19
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590