Makefile revision 1.15
11.15Schristos# $NetBSD: Makefile,v 1.15 2018/02/07 22:51:31 christos Exp $ 21.10Stls 31.10StlsUSE_FORT?= yes # network protocol library 41.1Smanu 51.1SmanuUSE_SHLIBDIR= yes 61.2Schristos.include <bsd.own.mk> 71.1Smanu 81.2SchristosWARNS=3 91.7SchristosLINTFLAGS+= -Sw 101.1Smanu 111.5SchristosLIB= radius 121.1SmanuCPPFLAGS+= -I. 131.15SchristosCPPFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L 141.1Smanu 151.1SmanuCPPFLAGS+= -DWITH_SSL 161.13SchristosLIBDPLIBS+=crypto ${.CURDIR}/../../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto 171.1Smanu 181.1SmanuSRCS= radlib.c 191.3SchristosINCS= radlib.h radlib_vs.h 201.4SchristosINCSDIR=/usr/include 211.1Smanu 221.1SmanuMAN= libradius.3 radius.conf.5 231.1Smanu 241.1SmanuCLEANFILES+= libradius.cat3 radius.conf.cat5 radlib.d 251.1Smanu 261.1Smanu.include <bsd.lib.mk> 27