Create a make.conf. not needed for runtime, but some ports want to spam it

at compile or install time.

MFC after:	3 days
This commit is contained in:
imp 2010-06-15 18:16:45 +00:00
parent 8e31ba530c
commit d320499860

View File

@ -241,6 +241,9 @@ install_etc ( ) (
${NANO_PMAKE} __MAKE_CONF=${NANO_MAKE_CONF_INSTALL} distribution \
DESTDIR=${NANO_WORLDDIR} \
> ${NANO_OBJ}/_.etc 2>&1
# make.conf doesn't get created by default, but some ports need it
# so they can spam it.
cp /dev/null ${NANO_WORLDDIR}/etc/make.conf
)
install_kernel ( ) (