#!/bin/sh usrsrc=${USRSRC:-/usr/src} etcupdate -p make -C ${usrsrc} installworld && \ etcupdate && \ make -DBATCH_DELETE_OLD_FILES -C ${usrsrc} delete-old && \ echo "reboot to delete old libs" # make -DBATCH_DELETE_OLD_FILES delete-old