#
# Example installation list to be used with nanoBSD customization script.
#
# Copyright (c) 2004 Thomas Quinot
#
# See /usr/share/examples/etc/bsd-style-copyright for license terms.
#
# $FreeBSD: stable/5/tools/tools/nanobsd/localfiles 142775 2005-02-28 10:01:45Z phk $
# 
#
# Syntax:
#
# SRC DEST
# Copy SRC to DEST
#
# SRC
# Copy SRC to `dirname SRC`
#
# @PKG
# Install package PKG
#
# Both SRC and PKG may contain shell wildcards.
#
# Examples:
#
# Copy a file from the local system to the same location on the image
#/usr/local/libexec/foo
#
# Copy a file from $CURDIR to a specified location on the image
#bar				/usr/local/sbin/
#
# Install packages from a directory relative to $CURDIR
# on the image
#@mypackages/*
