# $NetBSD: Makefile,v 1.4 2023/06/03 09:09:24 lukem Exp $
# This file is in the public domain.

PROG=	srtconfig
SRCS=	srtconfig.c

COPTS.srtconfig.c+=	${CC_WNO_STRINGOP_TRUNCATION}

.include <bsd.prog.mk>
