1*36dcc4a4SLionel Sambuc# $NetBSD: Makefile,v 1.6 2013/08/11 22:09:41 joerg Exp $ 2*36dcc4a4SLionel Sambuc 3*36dcc4a4SLionel SambucNOMAN= # defined 4*36dcc4a4SLionel Sambuc 5*36dcc4a4SLionel Sambuc.PATH: ${.CURDIR}/generated 6*36dcc4a4SLionel Sambuc 7*36dcc4a4SLionel Sambuc# pull LOCALEDIR and other declarations 8*36dcc4a4SLionel Sambuc.include <bsd.own.mk> 9*36dcc4a4SLionel Sambuc 10*36dcc4a4SLionel SambucLOCALEFILE= LC_NUMERIC 11*36dcc4a4SLionel SambucCATEGORY= numeric 12*36dcc4a4SLionel Sambuc 13*36dcc4a4SLionel Sambuc.include "${.CURDIR}/../Makefile.locale" 14*36dcc4a4SLionel Sambuc.include "${.CURDIR}/../Makefile.common" 15