Makefile (4a558355e5f3b4521cef56a6b705fa84be41dfa0) | Makefile (b49a88f653a15db686443f7aa32a601ee04dc2d1) |
---|---|
1# Copyright 1998 Juniper Networks, Inc. 2# All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without 5# modification, are permitted provided that the following conditions 6# are met: 7# 1. Redistributions of source code must retain the above copyright 8# notice, this list of conditions and the following disclaimer. --- 12 unchanged lines hidden (view full) --- 21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23# SUCH DAMAGE. 24# 25# $FreeBSD$ 26 27LIB= radius 28SRCS= radlib.c | 1# Copyright 1998 Juniper Networks, Inc. 2# All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without 5# modification, are permitted provided that the following conditions 6# are met: 7# 1. Redistributions of source code must retain the above copyright 8# notice, this list of conditions and the following disclaimer. --- 12 unchanged lines hidden (view full) --- 21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23# SUCH DAMAGE. 24# 25# $FreeBSD$ 26 27LIB= radius 28SRCS= radlib.c |
29INCS= radlib.h | 29INCS= radlib.h radlib_vs.h |
30CFLAGS+= -Wall 31DPADD+= ${LIBMD} 32LDADD+= -lmd 33SHLIB_MAJOR= 1 34SHLIB_MINOR= 0 35MAN= libradius.3 radius.conf.5 36 37.include <bsd.lib.mk> | 30CFLAGS+= -Wall 31DPADD+= ${LIBMD} 32LDADD+= -lmd 33SHLIB_MAJOR= 1 34SHLIB_MINOR= 0 35MAN= libradius.3 radius.conf.5 36 37.include <bsd.lib.mk> |