#!/bin/sh

mkdir -p /var/lib/partman

if kldstat -q -m ufs 2>/dev/null || \
   kldload ufs >/dev/null 2>/dev/null ; then
	>/var/lib/partman/ufs
fi
