2008-08-28 04:33:50 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2014-01-26 20:46:55 +00:00
|
|
|
# Copyright (c) 1999 Proofpoint, Inc. and its suppliers.
|
2008-08-28 04:33:50 +00:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
#
|
2014-05-22 03:45:17 +00:00
|
|
|
# $Id: Build,v 8.5 2013-11-22 20:51:53 ca Exp $
|
2008-08-28 04:33:50 +00:00
|
|
|
|
|
|
|
exec ../devtools/bin/Build $*
|