NetBSD/share/nls/Makefile

13 lines
211 B
Makefile
Raw Normal View History

2002-09-18 11:50:31 +04:00
# $NetBSD: Makefile,v 1.2 2002/09/18 07:50:31 lukem Exp $
NOOBJ= # defined
2002-02-13 10:54:23 +03:00
.include <bsd.own.mk>
.if ${MKNLS} != "no"
FILES= nls.alias
FILESDIR=/usr/share/nls # XXX use NLSDIR?
.include <bsd.prog.mk>
.endif