Makefile revision 1.10
11.10Stls# $NetBSD: Makefile,v 1.10 2007/05/28 12:06:20 tls 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.1Smanu.if (${MKCRYPTO} != "no") 151.1SmanuCPPFLAGS+= -DWITH_SSL 161.10StlsLIBDPLIBS+=crypto ${.CURDIR}/../libcrypto 171.1Smanu.endif 181.1Smanu 191.1SmanuSRCS= radlib.c 201.3SchristosINCS= radlib.h radlib_vs.h 211.4SchristosINCSDIR=/usr/include 221.1Smanu 231.1SmanuMAN= libradius.3 radius.conf.5 241.1Smanu 251.1SmanuCLEANFILES+= libradius.cat3 radius.conf.cat5 radlib.d 261.1Smanu 271.1Smanu.include <bsd.lib.mk> 28