aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makemap
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Update build infrastructure for sendmail 8.12.Gregory Neil Shapiro2002-03-251-3/+17
| | | | | | | | | | | | | | | | Revision Changes Path 1.17 +13 -7 src/bin/rmail/Makefile 1.4 +7 -2 src/lib/libsmdb/Makefile 1.4 +8 -3 src/lib/libsmutil/Makefile 1.19 +13 -7 src/libexec/mail.local/Makefile 1.8 +14 -8 src/libexec/smrsh/Makefile 1.12 +17 -3 src/usr.bin/vacation/Makefile 1.9 +19 -4 src/usr.sbin/mailstats/Makefile 1.10 +18 -4 src/usr.sbin/makemap/Makefile 1.9 +18 -4 src/usr.sbin/praliases/Makefile Notes: svn path=/stable/4/; revision=93171
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
| | | | Notes: svn path=/stable/4/; revision=75960
* MFC: Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-261-0/+2
| | | | Notes: svn path=/stable/4/; revision=67661
* MFC: Style fixesGregory Neil Shapiro2000-10-111-4/+4
| | | | Notes: svn path=/stable/4/; revision=66962
* MFC: Give users a way to alter the sendmail (and related utilities) buildGregory Neil Shapiro2000-09-191-0/+6
| | | | | | | environment so they can enable functionality such as SASL, LDAP, Hesiod. Notes: svn path=/stable/4/; revision=66087
* MFC: Import of sendmail 8.11.0.Gregory Neil Shapiro2000-08-271-4/+22
| | | | | | | | Includes: moving /etc/aliases to /etc/mail/aliases, removing outdated documentation, and updating freebsd.mc for new syntax. Notes: svn path=/stable/4/; revision=65133
* Add snprintf.c to SRCS so that the function quad_to_string exists. TheJohn Birrell1998-08-061-1/+1
| | | | | | | | | | | snprintf function itself is still #ifdef'd out by conf.h. This allows this program to link when compiled without optimization. With optimization, the call to quad_to_string gets removed by the compiler. Unfortunately the linker still links in the quad_to_string function even though it isn't called. 8-( Notes: svn path=/head/; revision=38150
* Use sendmail-8.9.1 makemapPeter Wemm1998-08-041-0/+12
Notes: svn path=/head/; revision=38097