Makefile revision 1.3
11.3Sfox# $NetBSD: Makefile,v 1.3 2020/02/09 15:10:31 fox Exp $
21.1Smouse# This file is in the public domain.
31.1Smouse
41.1SmousePROG=	srtconfig
51.1SmouseSRCS=	srtconfig.c
61.1Smouse
71.3SfoxCOPTS.srtconfig.c+=	${GCC_NO_STRINGOP_TRUNCATION}
81.3Sfox
91.1Smouse.include <bsd.prog.mk>
10