mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 23:00:18 -04:00
13 lines
211 B
Makefile
13 lines
211 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/09/18 07:50:31 lukem Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKNLS} != "no"
|
|
FILES= nls.alias
|
|
FILESDIR=/usr/share/nls # XXX use NLSDIR?
|
|
|
|
.include <bsd.prog.mk>
|
|
.endif
|