# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#ident	"$Header: LINKFILE 1.2 89/10/10 $@(#)roff:troff.d/devaps/LINKFILE	2.3"

#
# This file is read and executed by maketables, or it can be run on its
# own to link any missing .out files to appropriate existing .out files.
#


rm -f HM.out
ln HB.out HM.out

if [ -f HB.add ]; then
    rm -f HM.add
    ln HB.add HM.add
fi

