# $NetBSD: Makefile,v 1.1 2015/06/03 14:32:17 christos Exp $ .include PROG= gettext LDADD+= -lintl -lutil DPADD+= ${LIBINTL} ${LIBUTIL} .include