Makefile revision 41118
1141104Sharti# Copyright 1998 Juniper Networks, Inc.
294589Sobrien# All rights reserved.
394589Sobrien#
45814Sjkh# Redistribution and use in source and binary forms, with or without
51590Srgrimes# modification, are permitted provided that the following conditions
61590Srgrimes# are met:
71590Srgrimes# 1. Redistributions of source code must retain the above copyright
81590Srgrimes#    notice, this list of conditions and the following disclaimer.
91590Srgrimes# 2. Redistributions in binary form must reproduce the above copyright
101590Srgrimes#    notice, this list of conditions and the following disclaimer in the
111590Srgrimes#    documentation and/or other materials provided with the distribution.
121590Srgrimes#
131590Srgrimes# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
141590Srgrimes# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
151590Srgrimes# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
161590Srgrimes# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
171590Srgrimes# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
181590Srgrimes# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
191590Srgrimes# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
201590Srgrimes# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
211590Srgrimes# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
221590Srgrimes# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
231590Srgrimes# SUCH DAMAGE.
241590Srgrimes#
251590Srgrimes#	$FreeBSD: cvs2svn/branches/JUNIPER/lib/libradius/Makefile 41118 1998-11-13 00:53:01Z jdp $
261590Srgrimes
271590SrgrimesLIB=		radius
281590SrgrimesSRCS=		radlib.c
291590SrgrimesCFLAGS+=	-Wall
301590SrgrimesDPADD+=		${LIBMD}
311590SrgrimesLDADD+=		-lmd
321590SrgrimesSHLIB_MAJOR=	1
331590SrgrimesSHLIB_MINOR=	0
341590SrgrimesMAN3+=		libradius.3
351590SrgrimesMAN5+=		radius.conf.5
361590Srgrimes
371590Srgrimesbeforeinstall:
381590Srgrimes	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
3994589Sobrien	    ${.CURDIR}/radlib.h ${DESTDIR}/usr/include
4050477Speter
411590Srgrimes.include <bsd.lib.mk>
421590Srgrimes