Makefile revision 1.4
11.4Sriastrad# $NetBSD: Makefile,v 1.4 2019/12/06 14:43:18 riastradh Exp $ 21.1Sexplorer 31.1SexplorerPROG= rndctl 41.1SexplorerMAN= rndctl.8 51.1Sexplorer 61.3SmrgCOPTS.rndctl.c+= ${GCC_NO_STRINGOP_TRUNCATION} 71.3Smrg 81.4SriastradSRCS+= rndctl.c 91.4Sriastrad 101.4Sriastrad# Hack: libc does not export public SHA-3 symbols, so we'll just copy 111.4Sriastrad# them here statically. 121.4Sriastrad.PATH: ${NETBSDSRCDIR}/common/lib/libc/hash/sha3 131.4Sriastrad 141.4Sriastrad# Hack for namespace.h in sha3.c. 151.4SriastradCPPFLAGS+= -I${.CURDIR} 161.4Sriastrad 171.4SriastradSRCS+= sha3.c 181.4SriastradSRCS+= keccak.c 191.4Sriastrad 201.1Sexplorer.include <bsd.prog.mk> 21