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