Home | History | Annotate | Line # | Download | only in srtconfig
Makefile revision 1.3
      1  1.3    fox # $NetBSD: Makefile,v 1.3 2020/02/09 15:10:31 fox Exp $
      2  1.1  mouse # This file is in the public domain.
      3  1.1  mouse 
      4  1.1  mouse PROG=	srtconfig
      5  1.1  mouse SRCS=	srtconfig.c
      6  1.1  mouse 
      7  1.3    fox COPTS.srtconfig.c+=	${GCC_NO_STRINGOP_TRUNCATION}
      8  1.3    fox 
      9  1.1  mouse .include <bsd.prog.mk>
     10