aboutsummaryrefslogtreecommitdiff
path: root/share/sendmail
Commit message (Collapse)AuthorAgeFilesLines
* Dont install .svn metadata with the sendmail install.Remko Lodder2008-05-311-2/+2
| | | | | | | | | Submitted by: marcel Approved by: imp (mentor, implicit) MFC after: 3 days Notes: svn path=/head/; revision=179460
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Remove MAINTAINER= lines from individual Makefiles in favor of theGregory Neil Shapiro2003-07-071-2/+0
| | | | | | | MAINTAINER file (which already had entries for sendmail). Notes: svn path=/head/; revision=117299
* Prevent a 'make SHARED=symlinks install' followed by 'make install' fromGregory Neil Shapiro2003-05-061-0/+1
| | | | | | | | | | failing by removing the symlink before trying to install the actual files. Noticed by: bde MFC after: 5 days Notes: svn path=/head/; revision=114775
* 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
* Unbreak installworld. Revision 1.41 of src/usr.bin/xinstall/xinstall.cGregory Neil Shapiro2001-05-291-1/+1
| | | | | | | | | | | | | | | | | | | made the usage here incorrect. Note that the change to install may cause other things to break, such as the advice in src/etc/defaults/make.conf: # Compare before install #INSTALL=install -C If users actually use this, any ${INSTALL} -d invocations in an installworld will also fail. Submitted by: David Wolfskill <david@catwhisker.org> MFC after: 2 days Notes: svn path=/head/; revision=77406
* Do not change the directory permissions for the source area, just theGregory Neil Shapiro2001-03-061-1/+1
| | | | | | | | | install area. Noticed by: msmith Notes: svn path=/head/; revision=73832
* Add a MAINTAINER= line so people know who to blameGregory Neil Shapiro2000-10-261-0/+2
| | | | Notes: svn path=/head/; revision=67660
* Install the sendmail cf building tools (contrib/sendmail/cf) inGregory Neil Shapiro2000-10-101-0/+33
/usr/share/sendmail/cf. PR: 19790 Notes: svn path=/head/; revision=66940