xref: /freebsd/share/examples/ses/sesd/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1daf1cffcSMatt Jacob#
2daf1cffcSMatt Jacob# Copyright (c) 2000 by Matthew Jacob
3daf1cffcSMatt Jacob# All rights reserved.
4daf1cffcSMatt Jacob#
5daf1cffcSMatt Jacob# Redistribution and use in source and binary forms, with or without
6daf1cffcSMatt Jacob# modification, are permitted provided that the following conditions
7daf1cffcSMatt Jacob# are met:
8daf1cffcSMatt Jacob# 1. Redistributions of source code must retain the above copyright
9daf1cffcSMatt Jacob#    notice, this list of conditions, and the following disclaimer,
10daf1cffcSMatt Jacob#    without modification, immediately at the beginning of the file.
11daf1cffcSMatt Jacob# 2. The name of the author may not be used to endorse or promote products
12daf1cffcSMatt Jacob#    derived from this software without specific prior written permission.
13daf1cffcSMatt Jacob#
14daf1cffcSMatt Jacob# Alternatively, this software may be distributed under the terms of the
15daf1cffcSMatt Jacob# the GNU Public License ("GPL").
16daf1cffcSMatt Jacob#
17daf1cffcSMatt Jacob# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18daf1cffcSMatt Jacob# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19daf1cffcSMatt Jacob# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20daf1cffcSMatt Jacob# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
21daf1cffcSMatt Jacob# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22daf1cffcSMatt Jacob# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23daf1cffcSMatt Jacob# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24daf1cffcSMatt Jacob# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25daf1cffcSMatt Jacob# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26daf1cffcSMatt Jacob# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27daf1cffcSMatt Jacob# SUCH DAMAGE.
28daf1cffcSMatt Jacob#
29daf1cffcSMatt Jacob# Matthew Jacob
30daf1cffcSMatt Jacob# Feral Software
31daf1cffcSMatt Jacob# mjacob@feral.com
32daf1cffcSMatt Jacob#
33daf1cffcSMatt Jacob
34262e143bSRuslan Ermilov.PATH: ${.CURDIR}/../srcs
35262e143bSRuslan Ermilov
36*a5921bc3SGlen BarberPACKAGE=examples
37*a5921bc3SGlen BarberFILESDIR=${SHAREDIR}/examples/ses/${PROG}
38daf1cffcSMatt JacobPROG=	sesd
39262e143bSRuslan ErmilovSRCS=	sesd.c eltsub.c
40262e143bSRuslan ErmilovMAN=	sesd.8
41daf1cffcSMatt Jacob
42daf1cffcSMatt Jacob.include <bsd.prog.mk>
43