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