xref: /minix/share/nls/Makefile (revision fb9c64b2)
1#	$NetBSD: Makefile,v 1.2 2002/09/18 07:50:31 lukem Exp $
2
3NOOBJ=	# defined
4
5.include <bsd.own.mk>
6
7.if ${MKNLS} != "no"
8FILES=	nls.alias
9FILESDIR=/usr/share/nls # XXX use NLSDIR?
10
11.include <bsd.prog.mk>
12.endif
13