Add 'bridge' so we can clean up the bridge files too

This commit is contained in:
roger 2000-07-01 04:40:01 +00:00
parent f4c833b228
commit d65ba30aaf

View File

@ -5,7 +5,7 @@
#
set -e
TARGETS="dial net isp router"
TARGETS="dial net isp router bridge"
if [ $# -lt 1 ]; then
echo "What to clean? Possible targets are ${TARGETS} or 'all'"
exit 1