1#!/bin/sh
2#
3# $FreeBSD$
4#
5
6# Set to a list of packages to install.
7# Example:
8#export VM_EXTRA_PACKAGES="www/apache24"
9export VM_EXTRA_PACKAGES=
10
11# Set to a list of third-party software to enable in rc.conf(5).
12# Example:
13#export VM_RC_LIST="apache24"
14export VM_RC_LIST=
15