mtree couldn't create the directory because of that.
This can't be fixed with Makefile_upgrade.inc so we need a bit of
additional code for such cases.
pw -V ${DESTDIR}/etc groupadd _dhcp -g 77
upgrade_etc: preupgrade remove-obsolete-files
+ # files that should be dirs (not possible with Makefile_upgrade.inc)
+.for f in usr/include/dev/misc/ppi
+ [ -d ${DESTDIR}/${f} ] || rm -f ${DESTDIR}/${f}
+.endfor
.if !defined(BINARY_UPGRADE) # binary upgrade just copies these files
cd ${UPGRADE_SRCDIR}/../share/mk; ${MAKE} install
.endif