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