1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

Remove Build files -- they rely on the devtools system which isn't imported

(or used)
This commit is contained in:
Gregory Neil Shapiro 2000-10-01 01:22:44 +00:00
parent 3ea2027588
commit f14ecfa18a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66492
6 changed files with 0 additions and 94 deletions

View File

@ -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.3 1999/09/23 21:31:12 ca Exp $
exec make OPTIONS="$*"

View File

@ -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 $*

View File

@ -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.3 2000/01/20 21:51:50 geir Exp $
exec ../devtools/bin/Build $*

View File

@ -1,13 +0,0 @@
#!/bin/sh
# Copyright (c) 1999-2000 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.2.2.1 2000/04/10 06:41:07 gshapiro Exp $
exec sh ../devtools/bin/Build $*

View File

@ -1,13 +0,0 @@
#!/bin/sh
# Copyright (c) 1999-2000 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.2.2.1 2000/04/10 06:41:07 gshapiro Exp $
exec sh ../devtools/bin/Build $*

View File

@ -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.2 1999/03/02 02:35:21 peterh Exp $
exec ../devtools/bin/Build $*