12 lines
209 B
Makefile
12 lines
209 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2002/02/13 07:54:23 yamt Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.if ${MKNLS} != "no"
|
||
|
FILES= nls.alias
|
||
|
FILESDIR=/usr/share/nls # XXX use NLSDIR?
|
||
|
NOOBJ= # defined
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
.endif
|