xref: /freebsd/lib/libtacplus/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
11a61aeb8SPaul Traina# Copyright (c) 1998, 2001, Juniper Networks, Inc.
22c195535SJohn Polstra# All rights reserved.
32c195535SJohn Polstra#
42c195535SJohn Polstra# Redistribution and use in source and binary forms, with or without
52c195535SJohn Polstra# modification, are permitted provided that the following conditions
62c195535SJohn Polstra# are met:
72c195535SJohn Polstra# 1. Redistributions of source code must retain the above copyright
82c195535SJohn Polstra#    notice, this list of conditions and the following disclaimer.
92c195535SJohn Polstra# 2. Redistributions in binary form must reproduce the above copyright
102c195535SJohn Polstra#    notice, this list of conditions and the following disclaimer in the
112c195535SJohn Polstra#    documentation and/or other materials provided with the distribution.
122c195535SJohn Polstra#
132c195535SJohn Polstra# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
142c195535SJohn Polstra# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
152c195535SJohn Polstra# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
162c195535SJohn Polstra# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
172c195535SJohn Polstra# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
182c195535SJohn Polstra# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
192c195535SJohn Polstra# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
202c195535SJohn Polstra# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
212c195535SJohn Polstra# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
222c195535SJohn Polstra# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
232c195535SJohn Polstra# SUCH DAMAGE.
242c195535SJohn Polstra#
252c195535SJohn Polstra
262c195535SJohn PolstraLIB=		tacplus
272c195535SJohn PolstraSRCS=		taclib.c
28d05257b0SRodney W. GrimesINCS=		taclib.h
292c195535SJohn PolstraCFLAGS+=	-Wall
30*21850106SDag-Erling SmørgravLIBADD=		md pam
317596eb48SKonstantin BelousovSHLIB_MAJOR=	5
324a558355SRuslan ErmilovMAN=		libtacplus.3 tacplus.conf.5
332c195535SJohn Polstra
34daaf5759SEd SchoutenWARNS?=		2
35daaf5759SEd Schouten
362c195535SJohn Polstra.include <bsd.lib.mk>
37