Remove building with NOCRYPTO option
[minix.git] / external / bsd / elftoolchain / prepare-import.sh
blobe88adea7f45cba512f2d04dfe28bb0637851847f
1 #!/bin/sh
2 # $NetBSD: prepare-import.sh,v 1.1 2014/03/09 16:58:03 christos Exp $
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
8 # lib/ is built as SUBDIR from lib/Makefile.
10 # Use the following template to import
11 # cvs import src/external/bsd/elftoolchain/dist FreeBSD FreeBSD-X-Y-Z
13 # don't forget to bump the lib/shlib_version if necessary
16 set -e
18 if [ -z "$1" ]
19 then
20 echo "$0: <distdir>" 1>&2
21 exit 1
23 cleantags $1