diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 19:51:37 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 19:51:37 +0000 |
commit | ce3eb1730260050f7d63b9fb6def939ebbf41d88 (patch) | |
tree | 67b16f7f365847069d82f04ad573204f216feaee /contrib/sendmail/mail.local | |
parent | 9e3bd35cd79720a6547b183a6a6fb97ab1ae7b84 (diff) | |
download | FreeBSD-src-ce3eb1730260050f7d63b9fb6def939ebbf41d88.zip FreeBSD-src-ce3eb1730260050f7d63b9fb6def939ebbf41d88.tar.gz |
Remove files no longer in vendor release from vendor branch.
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 65ccd71..0000000 --- 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 33d949e..0000000 --- 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" |