aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/cf
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-01 01:22:44 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2000-10-01 01:22:44 +0000
commitf14ecfa18ac5de93d28f5118c027d699be6a8cb6 (patch)
tree9ca974585b0b8fe3efc2b37ec25fa6881c69b9c4 /contrib/sendmail/cf
parent3ea202758847a588b7824dbf7d6af92d9dc7d9c7 (diff)
Remove Build files -- they rely on the devtools system which isn't imported
(or used)
Notes
Notes: svn path=/head/; revision=66492
Diffstat (limited to 'contrib/sendmail/cf')
-rwxr-xr-xcontrib/sendmail/cf/cf/Build29
1 files changed, 0 insertions, 29 deletions
diff --git a/contrib/sendmail/cf/cf/Build b/contrib/sendmail/cf/cf/Build
deleted file mode 100755
index 77055f2dbd83..000000000000
--- a/contrib/sendmail/cf/cf/Build
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-# Copyright (c) 1998, 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.7 1999/03/02 02:37:12 peterh Exp $
-#
-
-#
-# A quick-and-dirty script to create cf files.
-#
-
-SMROOT=${SMROOT-../..}
-BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
-
-M4=`sh $BUILDTOOLS/bin/find_m4.sh`
-ret=$?
-if [ $ret -ne 0 ]
-then
- exit $ret
-fi
-echo "Using M4=$M4"
-
-eval exec ${MAKE-make} M4=$M4 $*