diff options
author | Steve Price <steve@FreeBSD.org> | 1996-10-08 04:07:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1996-10-08 04:07:59 +0000 |
commit | 5d55a64610e325e91ca56aa9515091c942e6801c (patch) | |
tree | 76cb666ecca5a2d990ec3945bf80a52cd5dadf18 /usr.bin/make/arch.c | |
parent | b2232044183e1ba3be4a99d3837b6aaebfca61e8 (diff) | |
download | src-5d55a64610e325e91ca56aa9515091c942e6801c.tar.gz src-5d55a64610e325e91ca56aa9515091c942e6801c.zip |
O' to be bitten by CVS. Cleanup after import
of Christos' version of make(1) and add Id's.
Set straight by: Bruce Evans and Peter Wemm :)
Notes
Notes:
svn path=/head/; revision=18804
Diffstat (limited to 'usr.bin/make/arch.c')
-rw-r--r-- | usr.bin/make/arch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 8a21380a8909..769e6aebdd46 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -34,6 +34,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint |