xref: /freebsd-13.1/lib/libtacplus/Makefile (revision 4c1a82ce)
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#	$FreeBSD$
262c195535SJohn Polstra
272c195535SJohn PolstraLIB=		tacplus
282c195535SJohn PolstraSRCS=		taclib.c
29d05257b0SRodney W. GrimesINCS=		taclib.h
302c195535SJohn PolstraCFLAGS+=	-Wall
31*6b129086SBaptiste DaroussinLIBADD=		md
327596eb48SKonstantin BelousovSHLIB_MAJOR=	5
334a558355SRuslan ErmilovMAN=		libtacplus.3 tacplus.conf.5
342c195535SJohn Polstra
35daaf5759SEd SchoutenWARNS?=		2
36daaf5759SEd Schouten
372c195535SJohn Polstra.include <bsd.lib.mk>
38