#!/bin/sh

cd A.ppc_linux_*

for f in amd amq fsinfo hlfsd mk-amd-map wire-test
do
		install -o root -g root -m 711 $f /usr/sbin
done

