Home | History | Annotate | Line # | Download | only in msgs
      1  1.12  lukem #	$NetBSD: Makefile,v 1.12 2023/06/03 09:09:17 lukem Exp $
      2   1.6    tls #	@(#)Makefile	8.2 (Berkeley) 4/28/95
      3   1.1    cgd 
      4   1.1    cgd PROG=	msgs
      5  1.10    roy DPADD=	${LIBTERMINFO}
      6  1.10    roy LDADD=	-lterminfo
      7   1.1    cgd 
      8  1.12  lukem COPTS.msgs.c+=	${CC_WNO_FORMAT_TRUNCATION} ${CC_WNO_STRINGOP_TRUNCATION}
      9  1.11    mrg 
     10   1.1    cgd .include <bsd.prog.mk>
     11