blob: 7bfaa2e35eaaa237095461f4c484a9c73e544a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.6 2013/08/11 22:09:41 joerg Exp $
NOMAN= # defined
.PATH: ${.CURDIR}/generated
# pull LOCALEDIR and other declarations
.include <bsd.own.mk>
LOCALEFILE= LC_NUMERIC
CATEGORY= numeric
.include "${.CURDIR}/../Makefile.locale"
.include "${.CURDIR}/../Makefile.common"
|