proflibs-make.sh revision 124661
1#!/bin/sh
2#
3# $FreeBSD: head/release/scripts/proflibs-make.sh 124661 2004-01-18 09:06:40Z ru $
4#
5
6# Move the profiled libraries out to their own dist
7for i in ${RD}/trees/base/usr/lib/*_p.a; do
8	mv $i ${RD}/trees/proflibs/usr/lib
9done
10