1168561Sthompsa# $FreeBSD: releng/11.0/share/examples/ses/getencstat/Makefile 299293 2016-05-10 00:51:50Z gjb $
2168561Sthompsa#
3168561Sthompsa# Copyright (c) 2000 by Matthew Jacob
4168561Sthompsa# All rights reserved.
5168561Sthompsa#
6168561Sthompsa# Redistribution and use in source and binary forms, with or without
7168561Sthompsa# modification, are permitted provided that the following conditions
8168561Sthompsa# are met:
9168561Sthompsa# 1. Redistributions of source code must retain the above copyright
10168561Sthompsa#    notice, this list of conditions, and the following disclaimer,
11168561Sthompsa#    without modification, immediately at the beginning of the file.
12168561Sthompsa# 2. The name of the author may not be used to endorse or promote products
13168561Sthompsa#    derived from this software without specific prior written permission.
14168561Sthompsa#
15168561Sthompsa# Alternatively, this software may be distributed under the terms of the
16168561Sthompsa# the GNU Public License ("GPL").
17168561Sthompsa#
18168561Sthompsa# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19168561Sthompsa# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20168561Sthompsa# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21168561Sthompsa# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
22168561Sthompsa# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23168561Sthompsa# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24168561Sthompsa# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25168561Sthompsa# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26168561Sthompsa# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27168561Sthompsa# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28168561Sthompsa# SUCH DAMAGE.
29168561Sthompsa# 
30168561Sthompsa# Matthew Jacob
31168561Sthompsa# Feral Software
32168561Sthompsa# mjacob@feral.com
33168561Sthompsa#
34168561Sthompsa
35168561Sthompsa.PATH: ${.CURDIR}/../srcs
36168561Sthompsa
37168561SthompsaPACKAGE=examples
38168561SthompsaFILESDIR=${SHAREDIR}/examples/ses/${PROG}
39168561SthompsaPROG=	getencstat
40168561SthompsaSRCS=	getencstat.c eltsub.c
41168561SthompsaMAN=	getencstat.8
42168561Sthompsa
43168561Sthompsa.include <bsd.prog.mk>
44168561Sthompsa