NetBSD/usr.sbin/srtconfig/Makefile

10 lines
205 B
Makefile

# $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>