blob: e1373413ea74aa889e77273e00e0a215df65d891 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.7 2013/08/11 22:09:40 joerg Exp $
NOMAN= # defined
# pull LOCALEDIR and other declarations
.include <bsd.own.mk>
LOCALEFILE= LC_MESSAGES/SYS_LC_MESSAGES
CATEGORY= messages
.include "${.CURDIR}/../Makefile.locale"
.include "${.CURDIR}/../Makefile.common"
|