Makefile revision 74870
141120Sjdp# Copyright 1998 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: head/lib/libtacplus/Makefile 74870 2001-03-27 17:27:19Z ru $
2641120Sjdp
2741120SjdpLIB=		tacplus
2841120SjdpSRCS=		taclib.c
2955955SrgrimesINCS=		taclib.h
3041120SjdpCFLAGS+=	-Wall
3141120SjdpDPADD+=		${LIBMD}
3241120SjdpLDADD+=		-lmd
3341120SjdpSHLIB_MAJOR=	1
3441120SjdpSHLIB_MINOR=	0
3574870SruMAN=		libtacplus.3 tacplus.conf.5
3641120Sjdp
3741120Sjdp.include <bsd.lib.mk>
38