blob: cb4996c618e2fa0d953c58a1c88d5aa66461be93 (
plain)
1
2
3
4
5
6
7
8
9
|
# $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>
|