1#!/bin/sh
2# $NetBSD: prepare-import.sh,v 1.1 2014/03/09 16:58:03 christos Exp $
3
4# Copy the FreeBSD src/lib/elftwoolchain directory contents to dist.  Run
5# this script and you're done. This does not add NetBSD RCSID's just cleans
6# existing ones to avoid conflicts in the future
7#
8# lib/ is built as SUBDIR from lib/Makefile.
9#
10# Use the following template to import
11#  cvs import src/external/bsd/elftoolchain/dist FreeBSD FreeBSD-X-Y-Z
12#
13# don't forget to bump the lib/shlib_version if necessary
14#
15
16set -e
17
18if [ -z "$1" ]
19then
20	echo "$0: <distdir>" 1>&2
21	exit 1
22fi
23cleantags $1
24