Home | History | Annotate | Line # | Download | only in msgmerge
      1  1.3      tron #	$NetBSD: Makefile,v 1.3 2016/01/15 18:03:32 tron Exp $
      2  1.1  christos 
      3  1.1  christos PROG=	msgmerge
      4  1.2  christos SRCS=msgmerge.c msgl-fsearch.c
      5  1.1  christos 
      6  1.1  christos LDADD+=	-lm
      7  1.1  christos DPADD+= ${LIBM}
      8  1.1  christos 
      9  1.3      tron COPTS.msgmerge.c = -Wno-stack-protector
     10  1.3      tron 
     11  1.1  christos .include "${.CURDIR}/../Makefile.inc.prog"
     12