Home | History | Annotate | Line # | Download | only in gettext
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2015/06/03 14:32:17 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include <bsd.own.mk>
      4  1.1  christos 
      5  1.1  christos PROG=	gettext
      6  1.1  christos 
      7  1.1  christos LDADD+=	-lintl -lutil
      8  1.1  christos DPADD+=	${LIBINTL} ${LIBUTIL}
      9  1.1  christos 
     10  1.1  christos .include <bsd.prog.mk>
     11