Home | History | Annotate | Line # | Download | only in nls
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2002/02/13 07:54:23 yamt Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKNLS} != "no"
      6 FILES=	nls.alias
      7 FILESDIR=/usr/share/nls # XXX use NLSDIR?
      8 NOOBJ=	# defined
      9 
     10 .include <bsd.prog.mk>
     11 .endif
     12