Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2019/10/13 07:28:13 mrg Exp $
2
3PROG=	rndctl
4MAN=	rndctl.8
5
6COPTS.rndctl.c+=	${GCC_NO_STRINGOP_TRUNCATION}
7
8.include <bsd.prog.mk>
9