freebsd-dev/release/scripts/lib32-make.sh

9 lines
136 B
Bash
Raw Normal View History

#!/bin/sh
#
# $FreeBSD$
#
# Clean the dust.
cd ${RD}/trees/lib32 && \
find . ! -path '*/libexec/*' ! -path '*/usr/lib32/*' -delete