Set a VERSION value.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-02-04 11:45:15 +00:00
parent 0e0e9604bc
commit ccb7bf2623

View file

@ -39,6 +39,8 @@
PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin"
export PATH
VERSION=2
# Prototypes that can be redefined per-chroot or per-target.
load_chroot_env() { }
load_target_env() { }