1 1.2.114.1 martin # $NetBSD: Makefile,v 1.2.114.1 2019/12/17 12:45:30 martin Exp $ 2 1.1 explorer 3 1.1 explorer PROG= rndctl 4 1.1 explorer MAN= rndctl.8 5 1.2.114.1 martin SRCS+= rndctl.c 6 1.2.114.1 martin 7 1.2.114.1 martin # Hack: libc does not export public SHA-3 symbols, so we'll just copy 8 1.2.114.1 martin # them here statically. 9 1.2.114.1 martin .PATH: ${NETBSDSRCDIR}/common/lib/libc/hash/sha3 10 1.2.114.1 martin 11 1.2.114.1 martin # Hack for namespace.h in sha3.c. 12 1.2.114.1 martin CPPFLAGS+= -I${.CURDIR} 13 1.2.114.1 martin 14 1.2.114.1 martin SRCS+= sha3.c 15 1.2.114.1 martin SRCS+= keccak.c 16 1.1 explorer 17 1.1 explorer .include <bsd.prog.mk> 18