Makefile revision 1.13
11.13Schristos# $NetBSD: Makefile,v 1.13 2018/02/04 03:19:53 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.1Smanu 141.1SmanuCPPFLAGS+= -DWITH_SSL 151.13SchristosLIBDPLIBS+=crypto ${.CURDIR}/../../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto 161.1Smanu 171.1SmanuSRCS= radlib.c 181.3SchristosINCS= radlib.h radlib_vs.h 191.4SchristosINCSDIR=/usr/include 201.1Smanu 211.1SmanuMAN= libradius.3 radius.conf.5 221.1Smanu 231.1SmanuCLEANFILES+= libradius.cat3 radius.conf.cat5 radlib.d 241.1Smanu 251.1Smanu.include <bsd.lib.mk> 26