1103976Spst# Copyright (c) 1998, 2001, Juniper Networks, Inc.
241120Sjdp# All rights reserved.
341120Sjdp#
441120Sjdp# Redistribution and use in source and binary forms, with or without
541120Sjdp# modification, are permitted provided that the following conditions
641120Sjdp# are met:
741120Sjdp# 1. Redistributions of source code must retain the above copyright
841120Sjdp#    notice, this list of conditions and the following disclaimer.
941120Sjdp# 2. Redistributions in binary form must reproduce the above copyright
1041120Sjdp#    notice, this list of conditions and the following disclaimer in the
1141120Sjdp#    documentation and/or other materials provided with the distribution.
1241120Sjdp#
1341120Sjdp# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1441120Sjdp# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1541120Sjdp# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1641120Sjdp# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1741120Sjdp# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1841120Sjdp# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1941120Sjdp# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2041120Sjdp# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2141120Sjdp# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2241120Sjdp# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2341120Sjdp# SUCH DAMAGE.
2441120Sjdp#
2541120Sjdp#	$FreeBSD$
2641120Sjdp
2741120SjdpLIB=		tacplus
2841120SjdpSRCS=		taclib.c
2955955SrgrimesINCS=		taclib.h
3041120SjdpCFLAGS+=	-Wall
31125503SruDPADD=		${LIBMD}
32125503SruLDADD=		-lmd
33225227SkibSHLIB_MAJOR=	5
3474870SruMAN=		libtacplus.3 tacplus.conf.5
3541120Sjdp
36201381SedWARNS?=		2
37201381Sed
3841120Sjdp.include <bsd.lib.mk>
39