Home | History | Annotate | Line # | Download | only in srtconfig
      1 # $NetBSD: Makefile,v 1.4 2023/06/03 09:09:24 lukem Exp $
      2 # This file is in the public domain.
      3 
      4 PROG=	srtconfig
      5 SRCS=	srtconfig.c
      6 
      7 COPTS.srtconfig.c+=	${CC_WNO_STRINGOP_TRUNCATION}
      8 
      9 .include <bsd.prog.mk>
     10