mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
14 lines
337 B
Text
14 lines
337 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# Copyright (c) 2001 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 1.1 2001/09/23 22:39:24 ca Exp $
|
||
|
|
|
||
|
|
exec sh ../devtools/bin/Build $*
|