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