#!/bin/sh

if [ -e /etc/bootcmd.d/Makefile ]; then
    make -C /etc/bootcmd.d force
fi
