11.6Slukem# $NetBSD: Makefile,v 1.6 2023/06/03 09:09:13 lukem Exp $ 21.5Schristos 31.5Schristos.include <bsd.own.mk> 41.1Sexplorer 51.1SexplorerPROG= rndctl 61.1SexplorerMAN= rndctl.8 71.1Sexplorer 81.6SlukemCOPTS.rndctl.c+= ${CC_WNO_STRINGOP_TRUNCATION} 91.3Smrg 101.4SriastradSRCS+= rndctl.c 111.4Sriastrad 121.4Sriastrad# Hack: libc does not export public SHA-3 symbols, so we'll just copy 131.4Sriastrad# them here statically. 141.4Sriastrad.PATH: ${NETBSDSRCDIR}/common/lib/libc/hash/sha3 151.4Sriastrad 161.4Sriastrad# Hack for namespace.h in sha3.c. 171.4SriastradCPPFLAGS+= -I${.CURDIR} 181.4Sriastrad 191.4SriastradSRCS+= sha3.c 201.4SriastradSRCS+= keccak.c 211.4Sriastrad 221.1Sexplorer.include <bsd.prog.mk> 23