160f2f4e3SMatt Jacob# 260f2f4e3SMatt Jacob# Copyright (c) 2000 by Matthew Jacob 360f2f4e3SMatt Jacob# All rights reserved. 460f2f4e3SMatt Jacob# 560f2f4e3SMatt Jacob# Redistribution and use in source and binary forms, with or without 660f2f4e3SMatt Jacob# modification, are permitted provided that the following conditions 760f2f4e3SMatt Jacob# are met: 860f2f4e3SMatt Jacob# 1. Redistributions of source code must retain the above copyright 960f2f4e3SMatt Jacob# notice, this list of conditions, and the following disclaimer, 1060f2f4e3SMatt Jacob# without modification, immediately at the beginning of the file. 1160f2f4e3SMatt Jacob# 2. The name of the author may not be used to endorse or promote products 1260f2f4e3SMatt Jacob# derived from this software without specific prior written permission. 1360f2f4e3SMatt Jacob# 1460f2f4e3SMatt Jacob# Alternatively, this software may be distributed under the terms of the 1560f2f4e3SMatt Jacob# the GNU Public License ("GPL"). 1660f2f4e3SMatt Jacob# 1760f2f4e3SMatt Jacob# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 1860f2f4e3SMatt Jacob# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 1960f2f4e3SMatt Jacob# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 2060f2f4e3SMatt Jacob# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR 2160f2f4e3SMatt Jacob# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 2260f2f4e3SMatt Jacob# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 2360f2f4e3SMatt Jacob# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 2460f2f4e3SMatt Jacob# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 2560f2f4e3SMatt Jacob# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 2660f2f4e3SMatt Jacob# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 2760f2f4e3SMatt Jacob# SUCH DAMAGE. 2860f2f4e3SMatt Jacob# 2960f2f4e3SMatt Jacob# Matthew Jacob 3060f2f4e3SMatt Jacob# Feral Software 3160f2f4e3SMatt Jacob# mjacob@feral.com 3260f2f4e3SMatt Jacob# 3360f2f4e3SMatt Jacob 34*a5921bc3SGlen BarberPACKAGE=examples 35*a5921bc3SGlen BarberFILESDIR=${SHAREDIR}/examples/ses 36daf1cffcSMatt JacobUNUSED = getobjmap getnobj getobjstat 37daf1cffcSMatt JacobSUBDIR = getencstat setencstat setobjstat sesd 3860f2f4e3SMatt Jacob 39daf1cffcSMatt Jacob.include <bsd.subdir.mk> 40