diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-20 19:51:37 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-20 19:51:37 +0000 |
commit | 6b7c9af44b73355e01755ac7a0fb8ffc608b25ab (patch) | |
tree | 67b16f7f365847069d82f04ad573204f216feaee /contrib/sendmail/mail.local | |
parent | 605302a5c9939b7eeda0a31f38901d9a8348e8cb (diff) | |
download | src-6b7c9af44b73355e01755ac7a0fb8ffc608b25ab.tar.gz src-6b7c9af44b73355e01755ac7a0fb8ffc608b25ab.zip |
Notes
Diffstat (limited to 'contrib/sendmail/mail.local')
-rwxr-xr-x | contrib/sendmail/mail.local/Build | 13 | ||||
-rw-r--r-- | contrib/sendmail/mail.local/pathnames.h | 15 |
2 files changed, 0 insertions, 28 deletions
diff --git a/contrib/sendmail/mail.local/Build b/contrib/sendmail/mail.local/Build deleted file mode 100755 index 65ccd71ec6db..000000000000 --- a/contrib/sendmail/mail.local/Build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# Copyright (c) 1999 Sendmail, Inc. and its suppliers. -# All rights reserved. -# -# By using this file, you agree to the terms and conditions set -# forth in the LICENSE file which can be found at the top level of -# the sendmail distribution. -# -# -# $Id: Build,v 8.4 1999/03/02 02:32:28 peterh Exp $ - -exec ../devtools/bin/Build $* diff --git a/contrib/sendmail/mail.local/pathnames.h b/contrib/sendmail/mail.local/pathnames.h deleted file mode 100644 index 33d949e4370c..000000000000 --- a/contrib/sendmail/mail.local/pathnames.h +++ /dev/null @@ -1,15 +0,0 @@ -/*- - * Copyright (c) 1998 Sendmail, Inc. All rights reserved. - * Copyright (c) 1990, 1993 - * The Regents of the University of California. All rights reserved. - * - * By using this file, you agree to the terms and conditions set - * forth in the LICENSE file which can be found at the top level of - * the sendmail distribution. - * - * - * @(#)pathnames.h 8.5 (Berkeley) 5/19/1998 - */ -#include <paths.h> - -#define _PATH_LOCTMP "/tmp/local.XXXXXX" |