#! /bin/sh
#
#  This script installs acm object description files.
#  To change this location, you must also change the ACM_LIBRARY definition
#  in fsim/manifest.h.
BINDIR=/usr/games/lib/acm

cd fsim
mkdir $BINDIR
cp f16 mig23 aim-9 bullet mtn rwy rwy2 tower $BINDIR
